Skip to content

wooya0130/yaml_cpp_parse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.8%
  • CMake 42.2%