Updated Boost and Libgit2 versions used.

This commit is contained in:
Oliver Hamlet
2014-11-06 15:50:00 +00:00
parent 6084cc78d8
commit 5bed02bef8
+2 -2
View File
@@ -15,11 +15,11 @@ LOOT is intended to make using mods easier, and mod users should still possess a
LOOT uses [CMake](http://cmake.org) to generate build files, and requires the following libraries (version numbers used in latest development revision given):
* [Alphanum](http://www.davekoelle.com/files/alphanum.hpp)
* [Boost](http://www.boost.org) v1.56.0
* [Boost](http://www.boost.org) v1.57.0
* [Chromium Embedded Framework](https://code.google.com/p/chromiumembedded/) branch 2171
* [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.21.1
* [Libgit2](http://libgit2.github.com/) v0.21.2
* [Libloadorder](http://github.com/WrinklyNinja/libloadorder)
* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp)