Difference between revisions of "Compiling from Source"
From TexGen
Jump to navigationJump to searchLine 13: | Line 13: | ||
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. | ||
+ | |||
+ | The latest source release can be [http://sourceforge.net/project/showfiles.php?group_id=181000 downloaded here]. Download the latest file release named ''texgen-3.x.x.tar.gz''. | ||
+ | |||
+ | Alternatively the very latest development source can be download via [http://subversion.tigris.org/ Subversion] version control system. This code may be unstable, it is not recommended unless there is a good reason to have the very latest version. The Subversion server is hosted on SourceForge, instructions on downloading from it are available [http://sourceforge.net/svn/?group_id=181000 here]. |
Revision as of 12:05, 24 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.
The latest source release can be downloaded here. Download the latest file release named texgen-3.x.x.tar.gz.
Alternatively the very latest development source can be download via Subversion version control system. This code may be unstable, it is not recommended unless there is a good reason to have the very latest version. The Subversion server is hosted on SourceForge, instructions on downloading from it are available here.