kdevelop setup

Duane Voth duanev at interactivesi.com
Sat Jan 22 04:11:18 GMT 2000


"W. Tasin" wrote:
> 
> Walter Roth wrote:
> 
> > I try to get kdevelop working on a Suse 6.3 system.
...
> But there is already a package called kdelibdocs-0.3.tar.gz, which has
> the documentation in the "precreated-version" inside.
>
> Do the following:
> tar xvzf kdelibsdoc-0.3.tar.gz
> cd kdelibdocs-0.3
> ./configure
> make
> make install                      <do this as root>


Thanks!, this has helped me (finally) get all the docs installed.
I'm on a Redhat/Mandrake 6.x system and a few things are different.
But you also you need to know the magic directories for the
documentation!
I'm including a full set of instructions that will hopefully model
additions to the kdevelop INSTALL file (please?).  Trying to find and
install the kdevelop docs has been rather confounding.


(be sure to substitute your favorite language for en.)

---glimpse---

(visit http://www.redhat.com/download/mirror.html and look for a
        redhat contrib mirror on the far RIGHT hand side of the page)
(ftp to that host and directory)
ftp> cd libc6/SRPMS
ftp> get glimpse-4.12.5-1.src.rpm (or the latest)

(as root)
# rpm -ivh glimpse-4.12.5-1.src.rpm
# cd /usr/src/RPM/SPECS
# rpm -bb glimpse-4.1.spec
# ls -l ../RPMS/*/glimp*
# cd (to the result)
# rpm -ivh glimpse*

---kdelib docs, c++ docs---

(ftp to 129.187.206.68/pub/unix/ide/KDevelop or another kdevelop mirror)
ftp> cd documenation
ftp> get kdelibdocs-0.3.tar.gz
ftp> get kdevelop-c_c++_ref-0.1-1.i386.rpm

(as root)
# cd /usr/local/src
# gunzip -c /tmp/kdelibdocs-0.3.tar.gz | tar xvof -
# ./configure
# make
# make install

# rpm -ivh /tmp/kdevelop-c_c++_ref-0.1-1.i386.rpm
# mkdir -p /usr/share/doc/HTML/en/kdevelop/reference
# cd /usr/share/doc/HTML/en/kdevelop/reference
# mv /opt/kde/share/doc/HTML/en/kdevelop/reference/* .

- start kdevelop and, if not the first time, choose
        Options -> KDevelop setup
- select the Documentation tab
- use "/usr/lib/qt/html/" for the Qt-Library-Doc:
- use "/usr/share/doc/HTML/en/kdelibs/" for the KDE-Libraries-Doc:
- do NOT select UPDATE
- (if you installed glimpse) do select Create
- select OK


hope this is helpful,
duane




More information about the KDevelop mailing list