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
|
KBE Dictionary Install
For installation go to the directory where you unziped
distribution package. Directory that contains this INSTALL
file, that you read at the moment.
Type the following commands. Note that for the last
command you must be root (su).
./configure
make
make install
If you have KDE 3 and want KBE Dictionary to look and
work as KDE 3 application use command.
./configure --with-kde
After that run X (if you are not running) and in one
X terminal window type the name of the program "kbedic".
So in theory everything must be OK.
If you have some problems with configuration script
type and look at:
./configure --help
Usualy you may have problems with Qt path. You can
use this variables to set the path to your Qt:
./configure --with-qt-libraries=/path/to/qt/lib
--with-qt-inclides=/path/to/qt/include
--with-qt-moc=/path/to/qt/bin/moc
Replase the /path/to/ with real path to your Qt.
Note that version 3.1 of kbe Dictionary works only with
Qt 3.0 or higher.
|