瀏覽代碼

Release: add readme.txt

pull/48/head
dnv_aps sn 8 年之前
committed by GitHub
父節點
當前提交
380e2ea9b8
共有 1 個檔案被更改,包括 17 行新增0 行删除
  1. +17
    -0
      Release/README.md

+ 17
- 0
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

Loading…
取消
儲存