Update to libgit2 v0.24.0

Also update the Boost version in the readme to v1.60.0, as I've been
using that for a while now.
This commit is contained in:
Oliver Hamlet
2016-03-06 13:54:38 +00:00
parent 0874e23ecd
commit 60d15b1f1f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -27,11 +27,11 @@ Once Node.js is installed, run `npm install` from the repository root to install
LOOT requires the following C/C++ libraries (version numbers used in latest development revision given):
* [Boost](http://www.boost.org) v1.59.0
* [Boost](http://www.boost.org) v1.60.0
* [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) branch 2526: Required to build the GUI, but not the API or tests.
* [Google Test](https://github.com/google/googletest) v1.7: Required to build the tests, but not the API or the GUI.
* [Libespm](http://github.com/WrinklyNinja/libespm) v2.5.0
* [Libgit2](http://libgit2.github.com/) v0.23.4
* [Libgit2](http://libgit2.github.com/) v0.24.0
* [Libloadorder](http://github.com/WrinklyNinja/libloadorder) v7.0.0
* [Pseudosem](http://github.com/WrinklyNinja/pseudosem) v1.0.1
* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp): Use the `patched-for-loot` branch.
+2 -2
View File
@@ -17,8 +17,8 @@ make yaml-cpp
cd ../..
# Build libgit2
wget https://github.com/libgit2/libgit2/archive/v0.23.4.tar.gz -O - | tar -xz
mv libgit2-0.23.4 libgit2
wget https://github.com/libgit2/libgit2/archive/v0.24.0.tar.gz -O - | tar -xz
mv libgit2-0.24.0 libgit2
mkdir libgit2/build && cd libgit2/build
cmake .. -DBUILD_SHARED_LIBS=OFF
make git2