GitHub - coin3d/soxt: Coin GUI binding for Xt/Motif (original) (raw)

============================================================================ == BUILDING SOXT ON WINDOWS ==

Building SoXt on Windows is done by using the CMake build configuration. Check out the detailed build instructions in the INSTALL file of the Coin installation directory.

The Autotools build system is still maintained but at a significantly lower priority.

============================================================================ == OLD INFORMATION ON BUILDING SOXT ON WINDOWS ==

README

SoXt is an alternative to SGIs InventorXt library, which is a GUI binding for using Open Inventor with Xt/Motif. While SoXt has been developed for use with Coin, it is also possible to compile it against Open Inventor from SGI or TGS. A goal is to eventually become 100% source code compatible with the InventorXt library, which is still way off, especially when it comes to creating derived classes.

INSTALLATION

Installing SoXt is a matter of running the configure script with the right options, getting it to pass all its tests, and run "make install" afterwards. These two phases has each a set of common problems which will be gathered and described below.

The Configure Phase (running SoXt/configure)

The file INSTALL contains generic information about running the configure script. It's a good idea to have read that file one time or another, but it's the same file as in every other autoconf-based project and this one contains no extra information. Anyways, here are some common problems: