Skip to content

HumanoidRoboticsLab/yaml_cpp_parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published