Last active
September 24, 2015 12:01
-
-
Save ViktorOgnev/a197449eab2af199d5d0 to your computer and use it in GitHub Desktop.
install pygit
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
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