Created
December 5, 2012 12:06
-
-
Save l4u/4215035 to your computer and use it in GitHub Desktop.
Building sproxel on Mac OS X draft
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
brew install IlmBase | |
brew install qt | |
//export C_INCLUDE_PATH=/usr/include/python2.7:$C_INCLUDE_PATH | |
//export CPLUS_INCLUDE_PATH=/usr/include/python2.7:$CPLUS_INCLUDE_PATH | |
-framework Python | |
http://qt-project.org/wiki/PySide_Binaries_MacOSX | |
//pip install pyside | |
//sproxel | |
qmake | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment