the past, present and future of KDevelop
Martin Piskernig
martin.piskernig at stuwo.at
Sat May 13 10:06:03 UTC 2000
On Sat, 13 May 2000, Ralf Funken wrote:
> I'm staying with the documentation and i18n. Got a running docbook and jade now
> and the main problem are some links where we didn't use 100% clean sgml code.
> Much has to rewritten, though. I compiled KDevelop 2 on KDE 1, but of course I
> couldn't run it. Could someone please make a list, how to set up a KDE 2 CVS
> version, preferrably in a way I can run both, KDE 1 and 2. ( Just to save me
> some time trying out things)
I have one user 'martin' who runs KDE1 and a user 'kde2' I do KDE2 cvs with.
Simply set the exports (QTDIR, KDEDIR and PATH) to the appropriate dirs in
the user's .profile (or .bash_profile on redhat) and make a .xinitrc for both
users, one calling $(KDEDIR)/bin/startkde and one $(KDE2DIR)/bin/startkde.
To make things simpler just use a script like the following:
export QTDIR=/usr/qt2
export KDEDIR=/usr/kde2
export PATH=/usr/kde2/bin:$PATH
dcopserver
kded
and put it in your user's dir. Advantage is that you can do both with one
user by additionally writing a script which sets everything back to kde1.
> Internationalization : Is there still the po/mo concept or is this solved in
> another way? Where can I get info about that?
Yes, it's still there. (look at i18n.kde.org and www.kde.org/documentation)
--
Martin Piskernig
<mpiskernig at kdevelop.de> ICQ: 24015591
The KDevelop Team www.kdevelop.org
More information about the KDevelop-devel
mailing list