Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sudojan committed Apr 19, 2018
2 parents 58eca95 + e5a8c2b commit 27fcef9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ into a local build directory and install googletest:
sure to uninstall PROPOSAL before the next build otherwise your local
changes won't be used.

Note: To ensure, that cmake finds the right python paths use these
cmake options and adjust the version number to your python version:

-DPYTHON_LIBRARY=$(python-config --prefix)/lib/libpython2.7.dylib
-DPYTHON_INCLUDE_DIR=$(python-config --prefix)/include/python2.7

6. Compile the project:

make
Expand Down

0 comments on commit 27fcef9

Please sign in to comment.