You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeio-locate/INSTALL

20 lines
419 B

This package requires CMake and tdelibs to build
==================== BUILDING ====================
mkdir /tmp/kio-locate
cd /tmp/kio-locate
cmake <this source directory> \
-DCMAKE_INSTALL_PREFIX=/opt/trinity \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DWITH_QT3=ON \
-DQTDIR=/opt/qt \
-DQT_LIBRARY_DIRS=/opt/qt/lib \
-DBUILD_ALL=ON
make VERBOSE=1
================== INSTALLATION ===================
make install