Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
Oct 12, 2016, 5:11:27 PM (10 years ago)
Author:
henrik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    9898= Compilation =
    9999
    100 The code can be compiled by using make. A Makefile can be found in the $ORGANISM/src directory. The
     100The 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
    101101code is ANSI-compatible and has been tested to compile on Linux (default for the provided Makefile), Mac OS X and
    102102Windows (using Cygwin) platforms. It is dependent on boost and for plotting OpenGL.
    103103
     104= Documentation =
     105
     106Documentation 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
    104108= Download =
    105109
    106 The source code is freely available via a subversion server upon request (henrik.jonsson@slcu.cam.ac.uk).
     110The latest version of the source code is freely available via a subversion server upon request (henrik.jonsson@slcu.cam.ac.uk).