View Single Post
Old 01-21-2005, 03:31 PM   #1 (permalink)
Hanabal
Insane
 
Hanabal's Avatar
 
Location: Auckland
calling all linux gurus

Ok I have to do some work in linux for a project. And I need to use a joystick, I found some drivers and an example program which seems to be all i need. but ill be damned if i know how to install them.

The readme has some nice instructions but they are in linux speak, I cant seem to get it right. can someone please translate this into english for me.

they are as follows

¨To compile the utilities in the joystick package, and the driver itself,
as a standalone module, you first unpack the package, and then edit the
Makefile to meet your needs (namely whether are you using versioned
modules). You will also need an unpacked and configured

make config

kernel in

/usr/src/linux

Furthermore, if you're using versioned modules, you'll also need

make dep

done on the kernel, to create some needed files.

After that, you compile the joystick driver

make

And after that you install it

make install

In case you have not used the driver before, you'll need to create the
joystick device files in /dev so that applications can use them:

make devs¨
__________________
I am Hanabal, Phear my elephants
Hanabal is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76