Quote:
Originally Posted by 0S1R1S
How do I go about compiling the packages??? or what..
|
You have to download the source code for whatever it is you want.
unpack it: tar -xvf sourcecode.tar.gz
cd sourcecode
./configure (this command will usually detect the processor and other obtuse vagaries)
make
make install
And that is it more or less.
I've glossed over a few things or this post would turn into a book.
