KDevelop on FreeBSD - detailed problem
oliverko at dialup.nacamar.de
oliverko at dialup.nacamar.de
Mon May 8 19:55:02 BST 2000
Hi,
I comple KDE 1.1.2 and Kdevelop 1.2 under FreeBSD 4.0. Do following:
1.) download make-3.79.tar.gz from www.gnu.org
-> unpack it under /tmp
-> cd /tmp/make-3.79
-> ./configure --prefix=/usr/local/make
-> make && make install
2.) save the preinstalled make
-> mv /usr/bin/make /usr/bin/make.pre
-> cp /usr/local/make/bin/make /usr/local/make
(you need it beacause preinst. make will not make the moc progr.)
3.) download qt-1.44 and unpack it under /usr/local
4.) read INSTALL and set the suggested variables (like $QTDIR ...) in your
.bash_profile/.profile if you use bash as shell
5.) make freebsd-g++-shared
6.) install from the freebsd ports collection png, tiff and jpeg-6b
7.) unpack the sources from kde_support_1.1.2, kde_1.1.2_libs,
kde_1.1.2_base int /tmp
8.) compile kde_1.1.2_support
-> cd /tmp/kde_1.1.2_support
-> ./configure --prefix=/usr/local/kde
-> make && make install
9.) compile kde_1.1.2_libs
-> cd /tmp/kde_1.1.2_libs
-> ./configure --prefix=/usr/local/kde
-> make && make install
10.) compile kde_1.1.2_base
-> cd /tmp/kde_1.1.2_base
-> vi kdm/session.c
-> goto line 1095 (maybe arround)
-> update the line to : #if defined(Lynx) || defined(SCO) &&
!defined(SCO_USA)
-> vi /usr/include/sys/resource.h
-> add : #include <sys/time.h>
-> ./configure --prefix=/usr/local/kde
-> make && make install
11.) compile kdevelop_1.2
-> cd /tmp/kdevelop_1.2
-> vi konsole/include/TEShell.h
-> add : #include <sys/types.h>
-> ./configure --prefix=/usr/local/kde
-> make && make install
12.) mv /usr/bin/make.pre /usr/bin/make
13.) in the config file of your shell add to the PATH variable:
/usr/local/kde/bin
14.) in xinitrc or .xinitrc replace the window manager with startkde
15.) startx -> you should get KDE 1.1.2 and Kdevelop 1.2 running
(this works for me).
Cao,
Olli
More information about the KDevelop
mailing list