prilizeni text koji sam malo izmjenio i nadopunio od orginala(koji je vrijedio za stariji ubuntu) je na engleskom tako da mozda i netko iz daleke lijepe nase ustedi na vremenu... pozdrav
Installation of KDevelop 3.5 on LinuxMint9 ((K)Ubuntu 10.04)
===============================================================
1.Add these lines to your /etc/apt/sources.list file (i.e. with "kdesudo kate /etc/apt/sources.list"):
---------------------------------------------------------------
deb http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu lucid main
---------------------------------------------------------------
===============================================================
2. Add the GPG signing key:
---------------------------------------------------------------
wget http://apt.pearsoncomputing.net/public.gpg
sudo apt-key add public.gpg
---------------------------------------------------------------
===============================================================
3. Refresh the package list:
---------------------------------------------------------------
sudo apt-get update
---------------------------------------------------------------
===============================================================
4. Remove kdev 4:
---------------------------------------------------------------
sudo apt-get purge kdevelop
---------------------------------------------------------------
===============================================================
5. Install kdev 3:
---------------------------------------------------------------
sudo apt-get install kdevelop-kde3 kdevelop-kde3-doc
---------------------------------------------------------------
===============================================================
---------------------------------------------------------------
6. Remove new libtool:
---------------------------------------------------------------
sudo apt-get remove libtool
---------------------------------------------------------------
===============================================================
---------------------------------------------------------------
7. install konsloe:
---------------------------------------------------------------
sudo apt-get install konsole
---------------------------------------------------------------
===============================================================
---------------------------------------------------------------
8. Download & install older libtool, you can finded on:
---------------------------------------------------------------
http://uploading.com/files/em5bd2m2/lib ... _i386.deb/
---------------------------------------------------------------
===============================================================
---------------------------------------------------------------
9. For those who using linux mint (like I); go on
update menager->edit->preferences->ignored packages
and add libtool on list (how to do this on ubuntu I don't
know but it can't be hard). This is not required step, but
in that case uncheck to install newer libtool during upgrade.
---------------------------------------------------------------
===============================================================
---------------------------------------------------------------
10. Launch:
---------------------------------------------------------------
/opt/kde3/bin/kdevelop &
---------------------------------------------------------------
===============================================================