Re: Quanta update

Werner Joss <[email protected]> Sun, 04 Nov 2012 13:33:15 +0100
Newsgroups gmane.comp.kde.devel.quanta.user
Message-ID <2178990.0FZh9TQRA8@werner-desk>
Am Sonntag, 4. November 2012, 12:48:14 schrieb Niko Sams:
> simply install kdevelop and kdevelop-php and you have the perfect web
> development IDE.
> (4.3.1 will do)

ok, done.

> The upload plugin you need to compile manually; see here:
> http://userbase.kde.org/KDevelop4/Manual/Appendix_A:_Building_KDevelop_from_
> Sources similar prodedure for plugins...
> 
> However make sure you use a compatible branch.

how do I know which branch is appropriate for my kdevelop ?
 
> example:
> mkdir kdevgit
> cd kdevgit
> git clone git://anongit.kde.org/kdev-upload
> cd kdev-upload
> git checkout -b 1.3 origin/1.3
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
> -DCMAKE_INSTALL_PREFIX=$HOME/kdevelop4 ..
> make && make install
> # the following line is needed so that kbuildsycoca4 finds all .desktop
> files export KDEDIRS=$HOME/kdevelop4:/usr
> kbuildsycoca4
> 
> 
> you need -dev packages installed.

ok, done.
seems to be still incomplete/misconfigured, though
(all sorts of cmake-errors..)

> you can also ask for help on irc in #kdevelop.

will do so...
in any case: thanks alot for help !

werner