flinkdeldinky
September 27th, 2007, 12:54 PM
First I went to to: http://qjoypad.sourceforge.net/#download and downloaded the file called qjoypad-3.4.1.tgz and placed it in a directory within my home directory. In my case it was games/Linux.
From a terminal, in my case Konsole, I ran the following command:
tar -xzvf qjoypad-3.4.1.tgz
Now I want to make a symbolic link so that when I compile the program it can find the Xtst library. I do this with the following command in a terminal:
sudo ln -s /usr/lib/libXtst.so.6.1.0 /usr/lib/libXtst.so
Then I cd into the qjoypad source code directory:
cd qjoypad-3.4.1/
and Read the file README.txt:
less README.txt
and follow the directions from there. I installed it in my home directory so when I ran ./config it looked like:
./config --prefix="/home/myusername/games/Linux/qjoypad"
You will have to make the install directory prior to running the ./config --prefix command.
Hope this helps somebody.
PS. I forgot to mention that I'm running Kubuntu and that qjoypad requires QT libraries, but I don't think it requires KDE. I just remapped the Marathon's keyboard controls to my no name USB gamepad and qjoypad really does work well. This program should be in the repositories.
From a terminal, in my case Konsole, I ran the following command:
tar -xzvf qjoypad-3.4.1.tgz
Now I want to make a symbolic link so that when I compile the program it can find the Xtst library. I do this with the following command in a terminal:
sudo ln -s /usr/lib/libXtst.so.6.1.0 /usr/lib/libXtst.so
Then I cd into the qjoypad source code directory:
cd qjoypad-3.4.1/
and Read the file README.txt:
less README.txt
and follow the directions from there. I installed it in my home directory so when I ran ./config it looked like:
./config --prefix="/home/myusername/games/Linux/qjoypad"
You will have to make the install directory prior to running the ./config --prefix command.
Hope this helps somebody.
PS. I forgot to mention that I'm running Kubuntu and that qjoypad requires QT libraries, but I don't think it requires KDE. I just remapped the Marathon's keyboard controls to my no name USB gamepad and qjoypad really does work well. This program should be in the repositories.