summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-17 23:40:34 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:05 +0200
commite7b5246874512dc6160f3f0792818d9ce4ae8d17 (patch)
tree8e84ef4d4002791b881f3be495764c10d5358da2
parent8ad3c7d36b5583dead89b64ee26795772417752a (diff)
Reordered the requirements list in the INSTALL file so that
the most important items come first.
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index e83f63c..548a0df 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,8 @@ Author: Stefan Gmeiner <riddlebox@freesurf.ch>
Requirements
------------
-1. Using with kernel 2.4.x for x < 10 needs a kernel patch
- (pc_keyb.c.diff.2.4.3).
+1. You need X include files. On RPM based systems, they are usually
+ included in the XFree86-devel package.
2. For use with kernel 2.6.x you need to enable synaptics touchpad
support when configuring the kernel (CONFIG_MOUSE_PS2). You also
@@ -18,13 +18,13 @@ Requirements
3. For use with an ALPS touchpad, you need to use a 2.6.x kernel and
apply the alps patch. See the README.alps file for more details.
-4. You need X include files. On RPM based systems, they are usually
- included in the XFree86-devel package.
-
-5. If you use XFree86 version 4.0 or 4.1, you will need the XFree86
+4. If you use XFree86 version 4.0 or 4.1, you will need the XFree86
source code to compile the driver. See the "How do I compile the
driver?" section in the FAQ in the README file for details.
+5. Using with kernel 2.4.x for x < 10 needs a kernel patch
+ (pc_keyb.c.diff.2.4.3).
+
Installing
----------