INSTALL 667 B

123456789101112131415161718192021222324252627282930313233
  1. How to install wiringPi
  2. =======================
  3. The easiest way is to use the supplied 'build' script:
  4. ./build
  5. that should do a complete install or upgrade of wiringPi for you.
  6. That will install a dynamic library.
  7. Some distributions do not have /usr/local/lib in the default LD_LIBRARY_PATH. To
  8. fix this, you need to edit /etc/ld.so.conf and add in a single line:
  9. /usr/local/lib
  10. then run the ldconfig command.
  11. sudo ldconfig
  12. To un-install wiringPi:
  13. ./build uninstall
  14. For help and support see:
  15. * https://github.com/WiringPi/WiringPi/issues
  16. * https://discord.gg/SM4WUVG
  17. wiringPi originally created by Gordon Henderson
  18. https://projects.drogon.net/