Summary: | Gideon II: A separate configuration for KDevelp CVS | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Steven T. Hatton <hattons> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Steven T. Hatton
2004-05-27 07:47:04 UTC
There is another option which may be an acceptable alternative to the Gideon II I suggested. I can build and install (or install SuSE's RPMs?) and ssh -X otheruser@localhost -f '/path/to/kdevelop/startup/script.sh' (or '/usr/X11/xterm'). Yes, two alternatives: - We change a lot o code and create kdevelop_be (KDevelop bleeding edge) just like Quanta did. And Please do not mention the Gideon name never ever again. - You create a new user (I use be) and add this to you .bashrc export KDE_BE_DIR=/mnt/home/be/kde3 export KDEDIRS=$KDE_BE_DIR:/opt/kde3 export PATH=$KDE_BE_DIR/bin:$PATH export LD_LIBRARY_PATH=$KDE_BE_DIR/lib:$LD_LIBRARY_PATH Then make a cron job of the be user build and install the latest KDevelop every nigth (--prefix = /mnt/home/be/kde3) while you sleep using kdecvs-build or kdesdk/scripts/kde-build. I use and prefer the second option. |