Some updates to README, NEWS and TODO
This commit is contained in:
parent
720589c209
commit
57cb664619
3 changed files with 27 additions and 4 deletions
1
NEWS
1
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)
|
||||
|
|
27
README
27
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
|
||||
----------------
|
||||
|
|
3
TODO
3
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue