Skip to content

Commit 1bab0e3

Browse files
Moved installation instructions from README to INSTALL.
1 parent c43279e commit 1bab0e3

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

INSTALL

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Building and installing
2+
-----------------------
3+
4+
mkdir -p build
5+
cd build
6+
cmake ../
7+
make
8+
sudo make install

README

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,3 @@ Runtime requirements
2828
- libudev0
2929
- uinput.ko
3030
- rw-permissions to uinput device node
31-
32-
Building and installing
33-
-----------------------
34-
35-
cmake .
36-
make
37-
sudo make install

0 commit comments

Comments
 (0)