You are not logged in.
Hi, I use kdevelop as IDE to program c++ and i found out that from git ( aur ) it crashes a lot due to a problem related to kde. Since this will be solved in the next update, shouldn't you build kdevelop and kdevplatform from stable branches by default?
kdevelop -> 4.1
kdevplatform -> 1.1
a simple :
( for kdevelop )
git branch 4.1 --track remotes/origin/4.1
git checkout 4.1
( for kdevplatform )
git branch 1.1 --track remotes/origin/1.1
git checkout 1.1
should do in the PKGBUILD no?
Offline