diff --git a/README.md b/README.md index 073b3a3..9f76eb5 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ First, checkout the repository like so: # optional: # export BOOST_ROOT= cmake ../paragraph-tools + # if this doesn't work, run this instead: + # cmake ../paragraph-tools -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` -DBOOST_ROOT=$BOOST_ROOT # Make, use -j to use n parallel jobs to build, e.g. make -j4 make