mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update README and Travis config.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user