How do you install the YAML-cpp libraries for use with visual studio 2013?
I have downloaded CMake (no idea how to use it) and the YAML source file and tried to follow the instructions on the website but have gotten stuck by step 2.
I have looked at How to install and use YAML-Cpp, but it isn't really detailed on how to do it.
I have navigated to the directory which has the downloaded YAML-cpp file in it but when i add the file to the CMake list it is red and throws out lots of errors when i try to configure it
CMake Error: Cannot open file for write: C:/Program Files (x86)/CMake/CMakeCache.txt.tmp
CMake Error: The source directory "C:/Program Files (x86)/CMake/source" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
CMake Error: : System Error: No such file or directory
CMake Error: Unable to open cache file for save. C:/Program Files (x86)/CMake/CMakeCache.txt
CMake Error: : System Error: No such file or directory
what am I doing wrong?