Skip to content

Commit

Permalink
Modified installment part.
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlizji authored Apr 15, 2020
1 parent 490a386 commit 240a389
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ on a Monte Carlo Expectation-Maximization algorithm.

Building and Installing
=======================

First, download `epievo` in recursive mode,
`epievo` requires a C++ compiler that supports the C++11 standard.
First, clone `smithlab_cpp` source code repo in the directory you want,
and set the environment variable:
```
git clone --recursive https://github.com/smithlabcode/epievo.git
git clone git@github.com:smithlabcode/smithlab_cpp.git
export SMITHLAB_CPP=$PWD/smithlab_cpp
```
then install `epievo` by running
Then, download `epievo` source code and compile:
```
git clone https://github.com/smithlabcode/epievo.git
cd epievo
make
make install
```

Expand Down

0 comments on commit 240a389

Please sign in to comment.