mirror of https://github.com/nirenjan/libx52.git
Update installation instructions in README
parent
b0a07fe364
commit
e5ce827d7e
|
@ -49,5 +49,11 @@ the utilities, you will need the following packages:
|
||||||
|
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
2. Run autogen.sh
|
2. Run autogen.sh
|
||||||
3. Run configure; make and sudo make install.
|
3. Run the following commands:
|
||||||
|
```
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--with-udevrulesdir=$(pkg-config --variable=udevdir)/rules.d
|
||||||
|
make && sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue