diff options
author | Fritz Elfert <felfert@to.com> | 2001-05-21 21:48:09 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2001-05-21 21:48:09 +0000 |
commit | 0fed1cbff34d73a2580aafdc80f112c751990d8f (patch) | |
tree | 082a6386fe96ff027ba4bcd4e03bbef3bf2be7a7 /README | |
parent | 7b149d56ddc91e1c1c342c894de272cc302b88fb (diff) | |
download | plptools-0fed1cbff34d73a2580aafdc80f112c751990d8f.tar.gz plptools-0fed1cbff34d73a2580aafdc80f112c751990d8f.tar.bz2 plptools-0fed1cbff34d73a2580aafdc80f112c751990d8f.zip |
Added --with-kdedir
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -90,6 +90,23 @@ KDE 2.1 headers/development-libraries as well as QT 2.2.4 headers/development-libraries. + --with-kdedir=/path/to/your/kde + + Specify the KDE directory. I got several reports from SuSE users, + who have KDE1 and KDE2 in those weird pathes /opt/kde and /opt/kde2 + installed and the automatic detection does get confused by that. + So be shure to use this switch. RedHat users can safely use + --prefix=/usr instead. + + --with-qt-dir=/path/to/your/qtdir + + or + + --with-qt-includes=/path/to/your/qt-headers + --with-qt-libraries=/path/to/your/qt-lib + + Same as above. Use these, when automatic detection fails. + You will get 3 programs and a shared and static library (in case you enabled KDE: 4 Programs 4 shared libraries). By default, the install-prefix is /usr/local, so you probably |