You are here: Home → Documentation → How to build Coin3D and SIM Voleon
The Autoconf/Automake build system on Unix environments.
Before beginning using CMake, make sure that Coin3D is installed and that the QUANTA library named libquanta32.a is available. CMake is a program that. Before beginning using CMake, make sure that Coin3D is installed and that the QUANTA library named libquanta32.a is available. Additionally, make sure that the Coin3D libraries named libCoin.so and lib simage.so are also available. More importantly, make sure that these libraries appear in the same directory.
This page describes the Coin3D Autoconf/Automake build system on Unixenvironments. Vmware view connection server certificate not trusted.
If you want to use Coin3D on a Windows platform, please refer to theCoin3D/Windows information page forinstallation instructions.
For information on using Coin3D on Mac OS X, please refer to theCoin3D/Mac information page
Download the source code (either from Mercurial or as tar archives) andinstall the prerequisites on your system (if necessary, for instanceOpenGL, Qt, ..)
The SoGuiExamples module contains generic source code that can becompiled against any of the GUI toolkits, by specifying the toolkit like'--with-sowin' or '--with-soqt' for instance when running configure.
If you want to take a look at some of the example programs we'vewritten, build the SoGuiExamples module like this:
The examples will not be installed, so you need to execute them from thebuild directories.
Try running the configure scripts with --help first to see if there areany other options which are relevant for you on the system you want tobuild and install Coin.
If something bombed out during the build process of any of the Coin3Dcomponents, please let us know what happened and on what platform youtried to build Coin.
Updated