From 3ad7d6a8e83d76c1d156c5f16de3278bd4e339f1 Mon Sep 17 00:00:00 2001 From: amalthomas111 Date: Tue, 8 Aug 2017 12:57:32 -0700 Subject: [PATCH] edited Install.md --- INSTALL.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b95bebb..2850846 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ Cloning from github: ``` -git clone https://github.com/smithlabcode/dme.git +git clone --recursive https://github.com/smithlabcode/dme.git ``` If you have the tar.gz file: @@ -10,16 +10,11 @@ If you have the tar.gz file: tar -zxvf dme2_X.X.X.gz ``` -Locate the smithlab_cpp directory (usually present inside the dme root directory). -In terminal type: - -``` -export SMITHLAB_CPP=/path_to_dme2/dme2/smithlab_cpp -``` +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. +After successful compilation, dme2 binary can be found in the dme root directory. See instructions in README.txt about how to run dme2.