Skip to content

Instantly share code, notes, and snippets.

@romanbarczynski
Created October 22, 2012 10:26
Show Gist options
  • Save romanbarczynski/3930810 to your computer and use it in GitHub Desktop.
Save romanbarczynski/3930810 to your computer and use it in GitHub Desktop.
pyexiv2 ubuntu virtualenv install
. 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