Signed-off-by: Peter Hutterer <[email protected]>
---
 README |   37 ++++++++++++++++++++++---------------
 1 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/README b/README
index aaef526..c2a0d95 100644
--- a/README
+++ b/README
@@ -3,14 +3,8 @@ It obsoletes the linuxwacom driver and supports X server 
versions 1.7 and
 higher. Server versions lower than 1.7 may be supported by this driver, but
 users are encouraged to use the old linuxwacom driver instead.
 
-Provided that hotplugging is enabled in the X server,  the simplest
-configuration is to copy the wacom.fdi file into /etc/hal/fdi/policies and
-to restart HAL and then plug in the tablet. The driver will autoconfigure
-itself.
-
-If hotplugging is not possible or desired, an InputDevice section in the
-xorg.conf with the Driver wacom will load the device. Details on the
-configuration can be found in xorg.conf(5) and wacom(4).
+Information about building this driver, configuration and general use is
+available on http://linuxwacom.sourceforge.net
 
 Since this driver is an X11 driver only, a kernel driver is required to get
 hardware support. If the kernel driver is older than this driver, some
@@ -19,24 +13,37 @@ features may not be available.
 ==============================================================================
 
 BUILDING FROM GIT:
-    $ ./autogen.sh --prefix=/usr
+    $ ./autogen.sh --prefix=/usr --libdir=/usr/lib   # on 32-bit distributions
+    $ ./autogen.sh --prefix=/usr --libdir=/usr/lib64 # on 64-bit distributions
+    $ make
+
 Adjust the prefix according to your local setup, in most cases, a prefix of
 /usr is correct.
 
 BUILDING FROM TARBALL:
 
-    $ ./configure && make
+    $ ./configure --prefix=/usr --libdir=/usr/lib   # on 32-bit distributions
+    $ ./configure --prefix=/usr --libdir=/usr/lib64 # on 64-bit distributions
+    $ make
+
 Adjust the prefix according to your local setup, in most cases, a prefix of
 /usr is correct.
 
 ==============================================================================
 
-Please surf the HOWTO page at http://linuxwacom.sf.net/index.php/howto/main 
-(or the miniHOWTO at http://linuxwacom.sourceforge.net/index.php/minihowto if 
-you run a Fedora system) to find the proper options if the default building 
-environment doesn't work for you.
+Please surf the HOWTO pages at
+http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Category:HOWTO
+to find the proper options if the default building environment doesn't work
+for you.
 
 ==============================================================================
 
-WEBSITE: http://linuxwacom.sf.net
+Developers, please surf the DeveloperPages at
+http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Category:DeveloperPages
+to find more information on how to contribute to this driver.
+
+==============================================================================
+
+
+WEBSITE: http://linuxwacom.sourceforge.net
 
-- 
1.7.4


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to