INSTALL 553 B

1234567891011121314151617181920212223242526272829
  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. Gordon Henderson
  15. projects@drogon.net
  16. https://projects.drogon.net/