Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cfd5a527 authored by hhakim's avatar hhakim
Browse files

Update setup_macosx_for_faust.sh (jpeg dependency).

parent 33b7923a
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ ln -sf /opt/local/bin/clang++-mp-8.0 /opt/local/bin/clang++ ...@@ -37,6 +37,7 @@ ln -sf /opt/local/bin/clang++-mp-8.0 /opt/local/bin/clang++
### 5. Install Python packages and dependencies ### 5. Install Python packages and dependencies
yes | port install graphviz doxygen yes | port install graphviz doxygen
yes | port install python37 py37-pip yes | port install python37 py37-pip
yes | port install jpeg # pillow (indirect denpendency of pyfaust needs this to build)
port select --set python python37 port select --set python python37
port select --set pip pip37 port select --set pip pip37
ln -sf /opt/local/bin/python3.7 /opt/local/bin/python3 ln -sf /opt/local/bin/python3.7 /opt/local/bin/python3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment