Download and Installation

From OxDNA
Revision as of 15:36, 16 April 2012 by Romano (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.