Update README and Travis config.

This commit is contained in:
Oliver Hamlet
2015-07-10 08:52:15 +01:00
parent 55fe6d0d46
commit 43782956cf
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -42,9 +42,9 @@ install:
- make yaml-cpp
- cd ../../
# Build libgit2
- wget https://github.com/libgit2/libgit2/archive/v0.22.2.tar.gz
- tar -xf v0.22.2.tar.gz
- mv libgit2-0.22.2 libgit2
- wget https://github.com/libgit2/libgit2/archive/v0.23.0.tar.gz
- tar -xf v0.23.0.tar.gz
- mv libgit2-0.23.0 libgit2
- mkdir libgit2/build && cd libgit2/build
- cmake ..
- make git2
+1 -1
View File
@@ -23,7 +23,7 @@ LOOT uses [CMake](http://cmake.org) to generate build files, and requires the fo
* [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) branch 2272
* [Google Test](https://code.google.com/p/googletest/) v1.7: Required to build the LOOT API's tests, but not the API itself or the LOOT application.
* [Libespm](http://github.com/WrinklyNinja/libespm)
* [Libgit2](http://libgit2.github.com/) v0.22.3
* [Libgit2](http://libgit2.github.com/) v0.23.0
* [Libloadorder](http://github.com/WrinklyNinja/libloadorder)
* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp): Use the `patched-for-loot` branch.