| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
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)
|
|
|
|
All times are GMT -5. The time now is 05:59 PM.
|