diff --git a/NEWS b/NEWS index 0a0a607..b834183 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ xboxdrv 0.4.12 - (??/Mai/2010) ============================== * added --four-way-restrictor +* added proper man pages xboxdrv 0.4.11 - (01/Mai/2010) diff --git a/README b/README index d6d080f..9a4fd08 100644 --- a/README +++ b/README @@ -43,12 +43,12 @@ Once everything installed, you can compile by typing: % scons -On Ubuntu 9.10 you can install all the required libraries via: +On Ubuntu 10.04 you can install all the required libraries via: - % apt-get install \ + % sudo apt-get install \ g++ \ - libboost1.40-dev \ - libboost-thread1.40-dev \ + libboost1.41-dev \ + libboost-thread1.41-dev \ scons \ libusb-dev \ git-core \ @@ -63,6 +63,25 @@ To load the uinput kernel module automatically on boot add it On other distributions exact install instructions might be slightly different. + +[[ Installation ]] +------------------ + +Once the compilation process is complete you can install xboxdrv with: + + % ./install.sh + +You can change the install prefix with: + + % ./install.sh --prefix /usr + +Note that there is no need to install xboxdrv, you can run it directly +from the source directory if you prefer. + +[[ Running ]] +------------- + + Running InputDrv ---------------- diff --git a/TODO b/TODO index 208fbf0..f434dcd 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,9 @@ git push --tags Stuff to do before 0.5 release: =============================== +* version number needs to be centralized, its currently in the man + pages, in xboxdrv, in the TODO and in xboxdrv-daemon + * improve syncronization handling in uinput * a mouse needs mouse buttons to be recognized as mouse: