From 4fed533df203d71efb0baa09abd68922013a0685 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 31 Mar 2015 12:42:23 +0100 Subject: [PATCH] Update branch to use for yaml-cpp. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd823ac..dd276161 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.2 * [Libloadorder](http://github.com/WrinklyNinja/libloadorder) -* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp): Use the `v0.5.1++` branch. +* [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp): Use the `patched-for-loot` 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).