Created
November 18, 2014 09:31
-
-
Save weissjeffm/25aa8c3fae777e9c40f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ~/workspace/opentxs | |
rm -rf build/ | |
mkdir build | |
cd build | |
cmake .. -DPYTHON=1 -DSIGNAL_HANLDER=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_LIBRARY=/usr/lib64/libpython3.so -DPYTHON_INCLUDE_DIR=/usr/include/python3.3m -DDOC_FULLGRAPHS=YES -DUSE_CCACHE=yes | |
#-DCMAKE_BUILD_TYPE=Debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment