Installation
From Transsyswiki
Jump to navigationJump to search
The transsys
software can be downloaded from http://www.transsys.net/software/. It contains the directories
src/
, containing the C code of the core transsys library as well as various command line transsys applicationspython/
, containing the python APItoolbox/
, containing older Python and R tools for working withtranssys
.
Building transsys
requires a Linux system with the following prerequisites:
- a C compiler, typically gcc, and the standard C and math libraries
- Python, including the development package required to compile C extensions
- R, again including the development package for compiling extensions written in C
- for viewing L-transsys models with the
ltransgl
[[transsys applications|application], development installations of a glut implementation such as freeglut, and all libraries it depends on (typically includingGLU
,GLX
,OpenGL
and also relevant X11 libraries such asXmu
,Xm
,Xt
and the baseX11
library.
Once these prerequisites are met, transsys
should build with the typical combo of
./configure make make install
If anything goes wrong, please email info@transsys.net