mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 16:08:49 +01:00
34 lines
667 B
Plaintext
34 lines
667 B
Plaintext
|
|
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/
|