Skip to content

Commit

Permalink
Update README_cmake.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv13J committed Mar 20, 2014
1 parent 1f24f77 commit 5a30bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/md/README_cmake.md
Expand Up @@ -78,3 +78,5 @@ or, in general:
```
$ cmake -DPYTHON_INCLUDE_DIR=/path/to/python/include/dir -DPYTHON_LIBRARY=path/to/python/libpythonVERSION.so ..
```

* Under Linux, one may need to switch between different versions of Python, in which case the following options need to be included: `-DPYTHON_EXECUTABLE:FILEPATH=/path/to/python/version` and `-DPYTHON_INCLUDE_DIR=/path/to/dist-packages`

0 comments on commit 5a30bd5

Please sign in to comment.