-
Notifications
You must be signed in to change notification settings - Fork 83
/
INSTALL
43 lines (24 loc) · 794 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
How to install wiringOP for OrangePi Zero
=========================================
The easiest way is to use the supplied 'build' script:
./build
that should do a complete install or upgrade of wiringOP 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
If you want to install a static library, you may need to do this manually:
cd wiringOP-Zero
make static
sudo make install-static
To un-install wiringOP-Zero:
./build uninstall
Original by:
Gordon Henderson
https://projects.drogon.net/
Modified by:
Christian Beckert
xpertsavenue