Download and Installation: Difference between revisions

From OxDNA
Jump to navigation Jump to search
(New page: ==Requirements== oxDNA compilation has been thoroughly tested with gcc >= 4.1.x and icpc >= 10. oxDNA does not require any external library. If you ==Download== The source package can be...)
(No difference)

Revision as of 16:36, 16 April 2012

Requirements

oxDNA compilation has been thoroughly tested with gcc >= 4.1.x and icpc >= 10. oxDNA does not require any external library. If you

Download

The source package can be downloaded here.

Installation

To install the program, untar oxDNA.tar.gz and enter the oxDNA directory. Compile the code with

make

See Documentation for make options. If you want to compile oxDNA with the Intel C++ compiler (icpc) use

make intel=1

The process will generate an oxDNA executable in the Release directory.