|
Enki
1.9
|
This section explains how to compile libenki from the source distribution.
To compile libenki and programs who depend on it, you need:
Those short instructions assume that you want to use http://www.gnu.org/software/make/ "GNU make" to build Enki. If you want to use another build environment, such as Microsoft Visual Studio, please refer to http://www.cmake.org/HTML/Documentation.html "cmake documentation". Once you have downloaded and extracted the libenki source distribution, either from a released version or from http://subversion.tigris.org "SVN", you can create the Makefiles by running:
and then build Enki by running:
You can also change the build options by running:
prior to cmake.
1.8.11