Docu update

This commit is contained in:
Ingo Ruhnke 2009-01-18 18:43:00 +01:00
parent c8dcfe60fc
commit 85a72e7e19
2 changed files with 3 additions and 2 deletions

3
README
View file

@ -35,6 +35,7 @@ Required libraries and tools:
* scons
* uinput (userspace input kernel module)
* git (only to download the development version)
* X11
Once everything installed, you can compile by typing:
@ -42,7 +43,7 @@ Once everything installed, you can compile by typing:
On Ubuntu 8.10 you can install all the required libraries via:
% apt-get install libboost1.35-dev scons libusb-dev git-core
% apt-get install libboost1.35-dev scons libusb-dev git-core libx11-dev x11proto-core-dev
To load the uinput kernel module automatically on boot add it
/etc/modules, to load it manually type:

2
TODO
View file

@ -6,7 +6,7 @@ Pre Release Testing:
* --dpad-as-button check buttons are working and no useless axis present
TAG=v0.4.4
git tag ${TAG}
git tag "${TAG}" -s -a "xboxdrv ${TAG}"
git-archive --format=tar --prefix="xboxdrv-linux-${TAG}/" ${TAG} | bzip2 -c > /tmp/xboxdrv-linux-${TAG}.tar.bz2
git push --tags