浏览代码

Merge branch 'master' of https://github.com/sndnvaps/wiringPi

pull/48/head
sndnvaps 8 年前
父节点
当前提交
ded9b10657
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. +18
    -0
      Release/README.md

+ 18
- 0
Release/README.md 查看文件

@@ -0,0 +1,18 @@
#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

正在加载...
取消
保存