mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user