mirror of https://github.com/nirenjan/libx52.git
Remove udev rules from default configure command.
The configuration options describes the method to override the udev rules directory. It is not necessary to add it as the default in the build/install instructions.reverse-scroll
parent
b9ef8a82d6
commit
e3758a2f29
|
@ -50,9 +50,7 @@ You will also need the following packages to run the unit tests:
|
||||||
2. Run autogen.sh
|
2. Run autogen.sh
|
||||||
3. Run the following commands:
|
3. Run the following commands:
|
||||||
```
|
```
|
||||||
./configure \
|
./configure --prefix=/usr
|
||||||
--prefix=/usr \
|
|
||||||
--with-udevrulesdir=$(pkg-config --variable=udevdir udev)/rules.d
|
|
||||||
make && sudo make install
|
make && sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue