-
OCaml 4.0.0+ has to be installed to ensure nothing breaks. This library uses no external dependencies except
OUnit2
for tests. -
Unzip
rnafoldml.zip
into your preferred directory. -
Go in the unzipped
rnafoldml
folder and in the root directory, runmake build
in your command line. Build the docs withmake doc
. -
Use the code in utop with
make utop
.