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

Update macOS installation instructions

parent d51aca5f
Branches
Tags
No related merge requests found
...@@ -370,11 +370,11 @@ C flags: ...@@ -370,11 +370,11 @@ C flags:
.. code-block:: bash .. 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 \ 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 \ 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 \ -DBOOST_ROOT=/usr/local \
-DSYS_ROOT=/usr/local \ -DSYS_ROOT=/usr/local \
-DOPTIMIZE=ON \ -DOPTIMIZE=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment