Download and Installation
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.