~ salmonella-environment-setup (master) fb72c52d383d5743b08cc29bea5e9ce14aca5f49
commit fb72c52d383d5743b08cc29bea5e9ce14aca5f49
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Aug 26 18:51:38 2017 +0200
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sat Aug 26 18:51:38 2017 +0200
debian-stretch.sh: install libgit 0.25.0
As required by the git egg, version 0.0.38 (the latest at the moment).
diff --git a/debian-stretch.sh b/debian-stretch.sh
index ae3542f..ae7d574 100755
--- a/debian-stretch.sh
+++ b/debian-stretch.sh
@@ -160,17 +160,15 @@ sudo rm ./bvspis.sh
# use "BVSPIS_PATH=/usr/local/bvspis/ salmonella bvsp-spline"
-# Libgit 0.23.4 doesn't compile with gcc 6.3.0
+### libgit2
-# ### libgit2
-
-# cd $tmpdir
-# git clone git://github.com/libgit2/libgit2.git
-# cd libgit2
-# git checkout v0.23.4
-# mkdir build && cd build
-# cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
-# sudo cmake --build . --target install
+cd $tmpdir
+git clone git://github.com/libgit2/libgit2.git
+cd libgit2
+git checkout v0.25.0
+mkdir build && cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
+sudo cmake --build . --target install
### iup
Trap