Skip to content

Commit

Permalink
GT-802 add alternative build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Chen committed May 28, 2019
1 parent 40618f2 commit 2d7ddd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ First, checkout the repository like so:
# optional:
# export BOOST_ROOT=<path-to-boost-installation>
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 <n> to use n parallel jobs to build, e.g. make -j4
make
Expand Down

0 comments on commit 2d7ddd5

Please sign in to comment.