Created
October 22, 2012 10:26
-
-
Save romanbarczynski/3930810 to your computer and use it in GitHub Desktop.
pyexiv2 ubuntu virtualenv install
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
. virtualenv/bin/activate | |
sudo apt-get install scons libexiv2-dev libboost-dev libboost-python-dev | |
mkdir build | |
cd build | |
wget http://launchpad.net/pyexiv2/0.3.x/0.3.2/+download/pyexiv2-0.3.2.tar.bz2 -O-| tar -xpvj | |
cd pyexiv2* | |
scons | |
scons install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment