From 784990de34658ceb71f204512659b0651957523b Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Thu, 12 Mar 2020 10:43:18 -0700 Subject: [PATCH] Update README.md Add easy instructions for using the library without having to build from source --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 92bc90e..8917172 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ To get a feel for how it can be used, see the [Tutorial](https://github.com/jbed If you find a bug, post an [issue](https://github.com/jbeder/yaml-cpp/issues)! If you have questions about how to use yaml-cpp, please post it on http://stackoverflow.com and tag it [`yaml-cpp`](http://stackoverflow.com/questions/tagged/yaml-cpp). +# How to Install + +**Ubuntu/Debian** +``` +sudo apt-get install libyaml-cpp-dev +``` + # How to Build # yaml-cpp uses [CMake](http://www.cmake.org) to support cross-platform building. The basic steps to build are: