summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ce944d2..a36da3a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -43,10 +43,10 @@ the tutorial below to install those software and the usbseat solution:
- Download and Install fbdev Xserver Driver:
- $ sudo apt-get install pkg-config xorg-dev
+ $ sudo apt-get install pkg-config autoconf libtool xorg-dev xutils-dev
$ git clone http://git.plugable.com/webdav/xf86-video-fbdev
$ cd xf-video-fbdev
- $ ./configure
+ $ ./autogen.sh
$ make
$ sudo make install
@@ -57,6 +57,9 @@ the tutorial below to install those software and the usbseat solution:
$ dpkg -i dependencies/Ubuntu/*.deb
$ ./install.sh
+Now, to test the usbseats, reboot your machine and connect a docking station to
+your computer. Then you will get automatically a seat on it.
+
Other Distros (Debian Based)
============================