Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

30 lignes
560 B

  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