Skip to content

Instantly share code, notes, and snippets.

@ViktorOgnev
Last active September 24, 2015 12:01
Show Gist options
  • Save ViktorOgnev/a197449eab2af199d5d0 to your computer and use it in GitHub Desktop.
Save ViktorOgnev/a197449eab2af199d5d0 to your computer and use it in GitHub Desktop.
install pygit
apt-get install -y build-essential cmake python-dev libffi6 libffi-dev
wget https://github.com/libgit2/libgit2/archive/v0.23.0.tar.gz
tar xzf v0.23.0.tar.gz
cd libgit2-0.23.0/
cmake .
make
make install
ldconfig
pip install pygit2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment