1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

doc: yaml-cpp now hosted on GitHub

This commit is contained in:
Tom Collins
2020-06-23 22:56:19 -07:00
parent 213c69dfc1
commit 26600a3eaf

View File

@@ -12,7 +12,7 @@ libpinproc requires:
- [libftdi-0.16](http://www.intra2net.com/en/developer/libftdi/): Install with the default /usr/local prefix.
The pinproctest example requires [yaml-cpp](http://code.google.com/p/yaml-cpp/). Follow the build instructions, creating the build subdirectory. After building, from the main source directory, run the following commands to manually install it:
The pinproctest example requires [yaml-cpp](https://github.com/jbeder/yaml-cpp). Follow the build instructions, creating the build subdirectory. After building, from the main source directory, run the following commands to manually install it:
sudo cp lib/libyaml-cpp.a /usr/local/lib/
sudo mkdir /usr/local/include/yaml-cpp