Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- Oct 12, 2016, 5:11:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 98 98 = Compilation = 99 99 100 The code can be compiled by using make. A Makefile can be found in the $ORGANISM/src directory . The100 The code can be compiled by using make. A Makefile can be found in the $ORGANISM/src directory (to compile: 'cd src; make' will generate the binaries in the bin directory) . The 101 101 code is ANSI-compatible and has been tested to compile on Linux (default for the provided Makefile), Mac OS X and 102 102 Windows (using Cygwin) platforms. It is dependent on boost and for plotting OpenGL. 103 103 104 = Documentation = 105 106 Documentation is generated via Doxygen (http://www.doxygen.org) and a Makefile is found in the $ORGANISM/doc directory. 'cd doc; make' will generate a html version in the doc/html directory and the introductory page is doc/html/index.html. PDF documentation can be generated by 'cd doc/latex; make' which generates doc/latex/refman.pdf. Other formats are also available via Doxygen. 107 104 108 = Download = 105 109 106 The source code is freely available via a subversion server upon request (henrik.jonsson@slcu.cam.ac.uk).110 The latest version of the source code is freely available via a subversion server upon request (henrik.jonsson@slcu.cam.ac.uk).
