From 26600a3eafe4c3a59afcde556cee93b49d3fece8 Mon Sep 17 00:00:00 2001 From: Tom Collins Date: Tue, 23 Jun 2020 22:56:19 -0700 Subject: [PATCH] doc: yaml-cpp now hosted on GitHub --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 252acc1..ff796b8 100644 --- a/README.markdown +++ b/README.markdown @@ -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