mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-21 03:12:42 +01:00
Squashed 'Code/devterm_wiringpi_cpi/' content from commit f06b33c
git-subtree-dir: Code/devterm_wiringpi_cpi git-subtree-split: f06b33c66b5ea2befad8f6b39f521a498993cb2c
This commit is contained in:
29
INSTALL
Normal file
29
INSTALL
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
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
|
||||
|
||||
Gordon Henderson
|
||||
|
||||
projects@drogon.net
|
||||
https://projects.drogon.net/
|
||||
Reference in New Issue
Block a user