From ac18e615c3873b4a9af5730cc30cbba208bb34fb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 31 Mar 2015 10:07:12 +0100 Subject: [PATCH] Specify which yaml-cpp branch to use. yaml-cpp is now on GitHub, and I've replaced my manual fork with a GitHub-fork of the official repository, and applied my patches in a branch of that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97786502..4563eb37 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ LOOT uses [CMake](http://cmake.org) to generate build files, and requires the fo * [Libespm](http://github.com/WrinklyNinja/libespm) * [Libgit2](http://libgit2.github.com/) v0.22.1 * [Libloadorder](http://github.com/WrinklyNinja/libloadorder) -* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp) +* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp): Use the `v0.5.1++` branch. Alphanum and Libespm do not require any additional setup. The rest of the libraries must be built separately. Instructions for building them and LOOT itself using Microsoft Visual Studio are given in [docs/BUILD.MSVC.md](docs/BUILD.MSVC.md).