mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Pin versions of libespm and libloadorder required
This commit is contained in:
@@ -31,9 +31,9 @@ LOOT requires the following C/C++ libraries (version numbers used in latest deve
|
||||
* [Boost](http://www.boost.org) v1.59.0
|
||||
* [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) branch 2454: 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)
|
||||
* [Libespm](http://github.com/WrinklyNinja/libespm) v1.0.0
|
||||
* [Libgit2](http://libgit2.github.com/) v0.23.3
|
||||
* [Libloadorder](http://github.com/WrinklyNinja/libloadorder)
|
||||
* [Libloadorder](http://github.com/WrinklyNinja/libloadorder) revision 50342d7
|
||||
* [Pseudosem](http://github.com/WrinklyNinja/pseudosem): v1.0.1
|
||||
* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp): Use the `patched-for-loot` branch.
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ wget -P build https://raw.githubusercontent.com/rpavlik/cmake-modules/master/Get
|
||||
cd ../..
|
||||
|
||||
# Install libespm.
|
||||
wget https://github.com/WrinklyNinja/libespm/archive/master.tar.gz -O - | tar -xz
|
||||
mv libespm-master libespm
|
||||
wget https://github.com/WrinklyNinja/libespm/archive/1.0.0.tar.gz -O - | tar -xz
|
||||
mv libespm-1.0.0 libespm
|
||||
|
||||
# Build yaml-cpp
|
||||
wget https://github.com/WrinklyNinja/yaml-cpp/archive/patched-for-loot.tar.gz -O - | tar -xz
|
||||
@@ -28,8 +28,8 @@ make git2
|
||||
cd ../..
|
||||
|
||||
# Build libloadorder
|
||||
wget https://github.com/WrinklyNinja/libloadorder/archive/master.tar.gz -O - | tar -xz
|
||||
mv libloadorder-master libloadorder
|
||||
wget https://github.com/WrinklyNinja/libloadorder/archive/50342d7298f27a6a4366175119bd17aaf09000c7.tar.gz -O - | tar -xz
|
||||
mv libloadorder-50342d7298f27a6a4366175119bd17aaf09000c7 libloadorder
|
||||
mkdir libloadorder/build && cd libloadorder/build
|
||||
cmake .. -DPROJECT_ARCH=64 -DPROJECT_STATIC_RUNTIME=OFF -DBUILD_SHARED_LIBS=OFF -DGTEST_ROOT=../gtest-1.7.0
|
||||
make loadorder64
|
||||
|
||||
Reference in New Issue
Block a user