-
-
Save pithyless/1657734 to your computer and use it in GitHub Desktop.
Revisions
-
pithyless revised this gist
Jan 22, 2012 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,22 @@ #!/bin/sh brew install python scons boost exiv2 curl -O http://launchpadlibrarian.net/83595798/pyexiv2-0.3.2.tar.bz2 tar xjvf pyexiv2-0.3.2.tar.bz2 cd pyexiv2-0.3.2 # https://answers.launchpad.net/pyexiv2/+question/140742 echo "env['FRAMEWORKS'] += ['Python']" >> src/SConscript scons BOOSTLIB=boost_python-mt # https://answers.launchpad.net/pyexiv2/+question/132670 install_name_tool -change /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/Python \ /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib \ build/libexiv2python.dylib scons BOOSTLIB=boost_python-mt install # https://answers.launchpad.net/pyexiv2/+question/140742 ln -s /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libexiv2python.dylib \ /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libexiv2python.so -
jpwatts renamed this gist
Feb 10, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jpwatts created this gist
Feb 10, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ #!/bin/sh brew install python boost exiv2 curl -O http://launchpadlibrarian.net/61465005/pyexiv2-0.3.0.tar.bz2 tar xjvf pyexiv2-0.3.0.tar.bz2 cd pyexiv2-0.3.0 # https://answers.launchpad.net/pyexiv2/+question/140742 echo "env['FRAMEWORKS'] += ['Python']" >> src/SConscript scons BOOSTLIB=boost_python-mt # https://answers.launchpad.net/pyexiv2/+question/132670 install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.6/Python \ /usr/local/Cellar/python/2.7.1/lib/libpython2.7.dylib \ build/libexiv2python.dylib scons BOOSTLIB=boost_python-mt install # https://answers.launchpad.net/pyexiv2/+question/140742 ln -s /usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/libexiv2python.dylib \ /usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/libexiv2python.so