Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 563 Bytes

yaml_cpp_parse


How to build?

$ git clone [yaml_cpp_parse repo]

$ mkdir libraries
$ git clone https://github.com/jbeder/yaml-cpp libraries/yaml-cpp

$ mkdir build && cd build
$ cmake ..
$ make -j10

or in Ubuntu, you can just install w/ following command

$ sudo apt-get install libyaml-cpp-dev

and modify CMakeLists.txt to find_package(yaml-cpp REQUIRED).


Reference