As someone still learning different aspects of computer science, such as cmake, I was pretty stuck with your instructions to get yaml-cpp built and linked correctly.
Specifically, when you mention to make a build directory, and cd to it, you cmake from that directory but did not mention to use ../ in order to tell cmake that the CMakeFiles.txt was in the previous directory.
It could be more clear with a bit more details, I would suggest a quick pass-over to help newer coders! Thanks for all the work!
As someone still learning different aspects of computer science, such as cmake, I was pretty stuck with your instructions to get yaml-cpp built and linked correctly.
Specifically, when you mention to make a build directory, and cd to it, you cmake from that directory but did not mention to use ../ in order to tell cmake that the CMakeFiles.txt was in the previous directory.
It could be more clear with a bit more details, I would suggest a quick pass-over to help newer coders! Thanks for all the work!