1 Star 1 Fork 1

HL/wiringOP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
leeboby 提交于 2019-01-29 15:16 . Initial Commit
How to install wiringPi
=======================
The easiest way is to use the supplied 'build' script:
./build
that should do a complete install or upgrade of wiringPi for you.
That will install a dynamic library.
Some distributions do not have /usr/local/lib in the default LD_LIBRARY_PATH. To
fix this, you need to edit /etc/ld.so.conf and add in a single line:
/usr/local/lib
then run the ldconfig command.
sudo ldconfig
To un-install wiringPi:
./build uninstall
Gordon Henderson
projects@drogon.net
https://projects.drogon.net/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HL-Bo/wiringOP.git
git@gitee.com:HL-Bo/wiringOP.git
HL-Bo
wiringOP
wiringOP
master

搜索帮助