Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 471 Bytes

INSTALL.md

File metadata and controls

20 lines (16 loc) · 471 Bytes

Installation

Cloning from github:

git clone --recursive https://github.com/smithlabcode/dme.git

If you have the tar.gz file:

tar -zxvf dme2_X.X.X.gz

Note: Make sure that smithlab_cpp directory is present inside the dme root directory.

To compile dme2, enter the program's root directory and execute

make

After successful compilation, dme2 binary can be found in the dme root directory. See instructions in README.txt about how to run dme2.