Browse Source

Release: add readme.txt

pull/48/head
dnv_aps sn 8 years ago
committed by GitHub
parent
commit
380e2ea9b8
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      Release/README.md

+ 17
- 0
Release/README.md View File

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

Loading…
Cancel
Save