From 380e2ea9b804dc1fcb42462854b5b4240b7cf0f0 Mon Sep 17 00:00:00 2001 From: dnv_aps sn Date: Fri, 7 Oct 2016 23:24:10 +0800 Subject: [PATCH 1/2] Release: add readme.txt --- Release/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Release/README.md diff --git a/Release/README.md b/Release/README.md new file mode 100644 index 0000000..8a835cb --- /dev/null +++ b/Release/README.md @@ -0,0 +1,17 @@ +#Readme + +# How to install WiringPi_lib-2.32.0-Linux.deb + + 1. you need to remove the preinstall wiringpi package + 2. install my prebuilt *.deb package + +```bash + $sudo apt-get remove wiringpi + $sudo dpkg -i WiringPi_lib-2.32.0-Linux.deb +``` + + #what the file has been installed to + 1. libwiringPiDev.so && libwiringPi.so install to /usr/lib/ + 2. HEAD_FILES under wiring/ , dev/ install to /usr/local/include + 3. exec binary 'gpio' install to /usr/local/bin/gpio + From de2f6655605e26fc165b49a0de3b1699800ed9ae Mon Sep 17 00:00:00 2001 From: dnv_aps sn Date: Fri, 7 Oct 2016 23:25:06 +0800 Subject: [PATCH 2/2] Update README.md --- Release/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Release/README.md b/Release/README.md index 8a835cb..7df59e4 100644 --- a/Release/README.md +++ b/Release/README.md @@ -10,7 +10,8 @@ $sudo dpkg -i WiringPi_lib-2.32.0-Linux.deb ``` - #what the file has been installed to + # what the file has been installed to + 1. libwiringPiDev.so && libwiringPi.so install to /usr/lib/ 2. HEAD_FILES under wiring/ , dev/ install to /usr/local/include 3. exec binary 'gpio' install to /usr/local/bin/gpio