JPHHLASH

compiling from source code
Home
header files
Linux Commands
access windows partition from linux
startup
compiling from source code
how to run C/C++ programs in linux
some useful shell scripts
environment variables
fork and exec
Using apache
php in linux
read/write in linux

Steps to compile packages from source code

1>download the package and save it.

2>Untar the package using the following command
$tar xvf package.tar.gz
A directory would be formed with the name of the package.

3>Enter the untarred directory
$cd package
>Next do a
$./configure
To make a directory at your desired path and keep the files there
./configure --prefix=$HOME/gaim2

4>Then do a
$make

5>Becoming the root intall the make-ed stuff
#make install

6>Now clean up the unwanted files made
#make clean

Enter content here

Enter supporting content here

Feedback, query, ideas? Email crenshaw_jo@yahoo.com.