LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Linux Answers > Applications / GUI / Multimedia
User Name
Password

Notices


By vbsoftware at 2004-11-20 13:40
English guide
---------------------------
Step 1
- You must have gcc compiler (http://gcc.gnu.org/gcc-3.2/) y perl. (http://www.perl.com)

Step 2:
Get and install the next files:
- Download autoconf-2.59.tar.gz from ftp://ftp.gnu.org/pub/gnu/autoconf/
- Download automake-1.9.tar.gz from ftp://ftp.gnu.org/pub/gnu/automake/
- Download bzip2-1.0.2.tar.gz from http://www.digistar.com/bzip2/
- Download lesstif-0.93.97.tar.bz2 from http://www.lesstif.org/
- Download libpng-1.2.7-config.tar.gz from http://www.libpng.org/pub/png/libpng.html
- Download libpng-devel-1.2.2-20.i386.rpm from http://www.libpng.org/pub/png/libpng.html

- Download libxml2-2.5.0.tar.bz2 from http://xmlsoft.org/
- Download pcre-3.9.tar.bz2 from http://www.pcre.org/
- Download zlib-1.2.1.tar.gz from http://www.gzip.org/zlib/
- Download lame from http://lame.sourceforge.net

Note : You must get more information about requirements from http://www.kde.org/info/requirements/3.3.php

Step 3
- Download from ftp://ftp.trolltech.com/qt/source/ the file qt-x11-free-3.3.3.tar.gz

Step 4
- Download the source files of KDE 3.3.1. I suggest you must get all source files
http://www.kde.org/info/3.3.1.php

Step 5
- You must configure your .bashrc and add the next environment lines :

-------------------------------------------------
export KDEDIR=/usr/local/kde3

export QTDIR=/usr/local/qt

export MANPATH=$QTDIR/doc/man:$MANPATH

export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH

export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

export YACC='byacc -d'
--------------------------------------------------

Note 1 : Create the kde3 directory in /usr/local

Note 2 : Create the qt directory in /usr/local:

Step 6
- untar qt-x11-free-3.3.3.tar.gz file in /usr/local/qt directory.

Step 7
- Logout from session.

Step 8
- Login as root

Step 9
- Go to the /usr/local/qt directory and run the ./configure script with this parameters :

./configure -system-zlib -qt-gif -system-libpng \
-system-libjpeg -plugin-imgfmt-mng -thread -no-stl \
-no-xinerama -no-g++-exceptions

Step 10
If the ./configure was OK. Now compile with make.

Step 11
- If the compiling was OK type make install.

Step 12
- ldconfig

Step 13
- Edit the /etc/ld.so.conf file and add the next line:
/usr/local/qt/lib

Save and exit.

Step 14
Now you must compile the KDE sources follow the next way :

1.- arts
2.- kde-libs
3.- kde-base
4.- kde-artwork

- Untar arts-1.3.1.tar.bz2 and compile (./configure && make && make install)
- Untar kde-libs-3.3.1.tar.bz2 and compile (./configure && make && make install)
- Untar kde-base-3.3.1.tar.bz2 and compile (./configure && make && make install)
- Untar kde-artwork-3.3.1.tar.bz2 and compile (./configure && make && make install)

Step 15
If KDE it's not your window manager type "switchkdesk KDE"

Step 16
Run startx. Enjoy!

Note : By default KDE come in English. If you want to change this you must compile kde-i18n-3.3.1.tar.bz2. (./configure && make && make install)

by carl0ski on Sun, 2005-01-09 00:11
lol this may sound silly but which source files are yopu sposed to download to compile kde 3.3.x ??


  



All times are GMT -5. The time now is 02:51 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration