> Sorry guys if I opened a stinky can o' worms. But I really would like to
> know what has been substituted for /opt/kde? I am trying to install
> kwebdev and the make file needs to be edited to point to specific
> directories. If I may be so bold as to list the requirements, perhaps
> someone might be willing to jlend a hand.
> KDEBINDIR =
> KDEBIN=
> KDEGRAPHIC=
> KDEAPPLINK=
> SOrry to act like cloth eared beet, but I'm just gettin up to speed with
> this stuff and I appreciate all of your help. Oh yes, BTW, what the heck
> is a "MOC". On this side of the Atlantic it is a type of leisure shoe.
> What does it have tro do with Linux and or KDE?
>
> Cheers
> Jim
if they supplied a configure script ./configure --prefix=/usr will get you
were you want to be. Easy part out of the way, replace any refernces to
/opt/kde with /usr
KDEDIR=/usr
KDEBINDIR=/usr/bin
KDEBIN=I have no idea what this one is maybe same as above
KDEGRAPHIC=/usr/share/icons
KDEAPPLINK=/usr/share/applnk