Installation

From Transsyswiki
Revision as of 16:57, 5 December 2013 by Jtkim (talk | contribs) (Created page with "The <code>transsys</code> software can be downloaded from http://www.transsys.net/software/. It contains the directories * <code>src/</code>, containing the C code of the core tr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 applications
  • python/, containing the python API
  • toolbox/, containing older Python and R tools for working with transsys.

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 including GLU, GLX, OpenGL and also relevant X11 libraries such as Xmu, Xm, Xt and the base X11 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