Skip to content
Snippets Groups Projects
Commit c841e83b authored by B13nch3n's avatar B13nch3n
Browse files

Update macOS installation instructions

parent d51aca5f
No related branches found
No related tags found
No related merge requests found
......@@ -370,11 +370,11 @@ C flags:
.. code-block:: bash
cmake . -DPYTHON_INCLUDE_PATH=/usr/local/Cellar/python@3.8/3.8.3_1/\
cmake . -DPYTHON_INCLUDE_PATH=/usr/local/Cellar/python@3.8/3.8.3_2/\
Frameworks/Python.framework/Versions/Current/include/python3.8 \
-DPYTHON_LIBRARIES=/usr/local/Cellar/python@3.8/3.8.3_1/\
-DPYTHON_LIBRARIES=/usr/local/Cellar/python@3.8/3.8.3_2/\
Frameworks/Python.framework/Versions/Current/lib/libpython3.8.dylib \
-DPYTHON_ROOT=/usr/local/Cellar/python@3.8/3.8.3_1 \
-DPYTHON_ROOT=/usr/local/Cellar/python@3.8/3.8.3_2 \
-DBOOST_ROOT=/usr/local \
-DSYS_ROOT=/usr/local \
-DOPTIMIZE=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment