3 yaml-cpp uses CMake to support cross-platform building. In a UNIX-like system, the basic steps to build are:
5 1. Download and install CMake (if you don't have root privileges, just install to a local directory, like ~/bin)
7 2. From the source directory, run:
18 3. To clean up, just remove the 'build' directory.
22 If you don't want to use CMake, just add all .cpp files to a makefile. yaml-cpp does not need any special build settings, so no 'configure' file is necessary.
24 (Note: this is pretty tedious. It's sooo much easier to use CMake.)