Update README.md

Add easy instructions for using the library without having to build from source
This commit is contained in:
Alan Yee 2020-03-12 10:43:18 -07:00 committed by GitHub
parent b2f89386d8
commit 784990de34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: