1 Star 0 Fork 5

global-fairy/WiringPi-arm64

forked from guation/WiringPi-arm64 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
For help and support see:
* https://github.com/WiringPi/WiringPi/issues
* https://discord.gg/SM4WUVG
wiringPi originally created by Gordon Henderson
https://projects.drogon.net/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/global-fairy/WiringPi-arm64.git
git@gitee.com:global-fairy/WiringPi-arm64.git
global-fairy
WiringPi-arm64
WiringPi-arm64
master

搜索帮助