parent
3bd0ca50b5
commit
491e4cff73
@ -1,3 +1,4 @@
|
|||||||
|
Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||||
Tobi Vollebregt <tobivollebregt@gmail.com>
|
Tobi Vollebregt <tobivollebregt@gmail.com>
|
||||||
Armin Straub <linux@arminstraub.de>
|
Armin Straub <linux@arminstraub.de>
|
||||||
Michael Schuerig <schuerig@acm.org>
|
Michael Schuerig <schuerig@acm.org>
|
||||||
|
@ -1,55 +1,19 @@
|
|||||||
QUICKSTART
|
This package requires CMake and tdelibs to build
|
||||||
|
|
||||||
kio-locate uses scons for configuring and building. In general
|
==================== BUILDING ====================
|
||||||
it should suffice to execute (if you have scons installed):
|
|
||||||
|
|
||||||
$ scons configure
|
mkdir /tmp/kio-locate
|
||||||
$ scons
|
cd /tmp/kio-locate
|
||||||
$ sudo scons install
|
|
||||||
|
|
||||||
If you don't have scons installed, you can use the stripped
|
cmake <this source directory> \
|
||||||
down version shipping with kio-locate. This can be found in the
|
-DCMAKE_INSTALL_PREFIX=/opt/trinity \
|
||||||
file scons-mini.tar.bz2 and has to be unpacked.
|
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
||||||
|
-DWITH_QT3=ON \
|
||||||
|
-DQTDIR=/opt/qt \
|
||||||
|
-DQT_LIBRARY_DIRS=/opt/qt/lib \
|
||||||
|
-DBUILD_ALL=ON
|
||||||
|
make VERBOSE=1
|
||||||
|
|
||||||
$ tar xjf scons-mini.tar.bz2
|
================== INSTALLATION ===================
|
||||||
$ python scons.py configure
|
|
||||||
$ python scons.py
|
|
||||||
$ sudo python scons.py install
|
|
||||||
|
|
||||||
As you can see the command "python scons.py" replaces executing
|
make install
|
||||||
"scons" if you don't have that installed. In the following you
|
|
||||||
have to bear this in mind.
|
|
||||||
|
|
||||||
|
|
||||||
SPECIAL CONFIGURING
|
|
||||||
|
|
||||||
On some systems, it might be necessary to configure the project
|
|
||||||
using scons configure qtincludes=path1 kdeincludes=path2
|
|
||||||
like this:
|
|
||||||
$ scons configure qtincludes=/usr/include/qt3/include \
|
|
||||||
> kdeincludes=/usr/lib/trinity/include
|
|
||||||
When in doubt, use scons --help or scons -h to display the options.
|
|
||||||
|
|
||||||
As when using ./configure you can specify using prefix=... where to
|
|
||||||
install the package.
|
|
||||||
$ scons configure prefix=/usr
|
|
||||||
|
|
||||||
To enable debug mode you can use:
|
|
||||||
$ scons configure debug=1
|
|
||||||
|
|
||||||
To clean the project:
|
|
||||||
$ scons -c
|
|
||||||
|
|
||||||
And to uninstall kio-locate:
|
|
||||||
$ scons -c install
|
|
||||||
|
|
||||||
|
|
||||||
NOTE THIS
|
|
||||||
|
|
||||||
This is just a very overview about what you can do.
|
|
||||||
|
|
||||||
If you encounter problems, please post them (or better their solutions)
|
|
||||||
to me, so that I can include them into this guide.
|
|
||||||
|
|
||||||
Armin Straub
|
|
||||||
linux@arminstraub.de
|
|
||||||
|
Loading…
Reference in new issue