Skip to content

Instantly share code, notes, and snippets.

@weissjeffm
Created November 18, 2014 09:31
Show Gist options
  • Save weissjeffm/25aa8c3fae777e9c40f4 to your computer and use it in GitHub Desktop.
Save weissjeffm/25aa8c3fae777e9c40f4 to your computer and use it in GitHub Desktop.
#!/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