|
Howto compile and install keyTouch
|
Before you are going to install keyTouch you have to be sure that the
following is installed on your system:
- GTK 2
- gksu
- X11 and Xlib
- libgnome-menu
The compiling and installation procedure differs a bit from the common procedure.
Read the following steps:
- Go to the unpacked directory.
- Run:
./configure
- Run to compile:
make
- Run (as root) to install:
make install
- Go to the directory keytouch-config by running:
cd keytouch-config
... and repeat steps 2-4.
- Go to the directory keytouch-keyboard in the unpacked directory by running:
cd ../keytouch-keyboard
... and repeat steps 2-4.
NOTE: If you are using Ubuntu (or another sudo using distribution) open keytouch-keyboard/keytouch-keyboard in your favorite text-editor and replace "gksu" by "gksudo".
|
|
|
|
|