Difference between revisions of "Compiling from Source"

From TexGen
Jump to navigationJump to search
 
Line 2: Line 2:
 
More to come on compiling from source...
 
More to come on compiling from source...
  
The following packages in binary form are needed:
+
The following programs are needed to build TexGen:
* CMake
+
* [http://www.cmake.org/ CMake]
* SWIG
+
* [http://www.swig.org/ SWIG]
  
The following source packages are needed:
+
The following libraries are needed to link to TexGen:
* VTK
+
* [http://www.vtk.org/ VTK]
* wxWidgets
+
* [http://www.wxwidgets.org/ wxWidgets]
* OpenCascade
+
* [http://www.opencascade.org/ OpenCascade]
* Python
+
* [http://www.python.org/ Python]
  
 
However it is possible to build modules individually without compiling modules you do not need. Refer to the [http://texgen.sourceforge.net/api/ TexGen API] for a list of modules and their dependencies.
 
However it is possible to build modules individually without compiling modules you do not need. Refer to the [http://texgen.sourceforge.net/api/ TexGen API] for a list of modules and their dependencies.

Revision as of 14:08, 3 November 2006

Introduction

More to come on compiling from source...

The following programs are needed to build TexGen:

The following libraries are needed to link to TexGen:

However it is possible to build modules individually without compiling modules you do not need. Refer to the TexGen API for a list of modules and their dependencies.