LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where is my KDE3 directory? (https://www.linuxquestions.org/questions/linux-newbie-8/where-is-my-kde3-directory-218562/)

glenn69 08-16-2004 09:56 PM

Where is my KDE3 directory?
 
I am trying to install knoda front end for mysql.
The INSTALL file wants these variables inserted:

# ./configure --with-kde-version=3 --prefix=/your/kde3/path --with-qt-dir=/your/qt3/path

all of my kde stuff seems to be in /usr/lib/kde3. Is that correct? I'm only asking because it falls under a library directory and I thought those were support files for a program.

when i do a locate on qt3 I get this readout:

[glenn@localhost knoda-0.7]$ locate qt3
/usr/share/doc/qt-devel-3.1.1/html/qt31-class-chart.png
/usr/share/apps/kdbg/types/qt3.kdbgtt

that doesn't look like much, does this mean I do not have qt3 installed yet?

Thanks

foo_bar_foo 08-16-2004 10:45 PM

looks like you use
--prefix=/usr
for your kde path (it's not installed in a unique location but in with the core files)
and for qt i can't quite tell
try this
type:
which moc
(moc is a qt tool)
then from the path this returns remove the /bin part
and that is your --with-qt-dir


All times are GMT -5. The time now is 12:53 PM.