how do you compile packages in xubuntu i dont have the sightest idead on how to do this i think it is easy once you figure out how it works but as of now all i know on how to do it is to have the sorce and then type a few commands in the terminal i dont know what the commands are how ot use then or what to do with the sorce
many of the programs i want to use are in just sorce wich i think is a great thing ober windows becuase of you have a older version you can use alot of the things that a xp can but in linux your os forms the sorce to its self
so can anyone help me with this i have look a 5 howtos and they where of not help
You don’t have to compile Azureus, and you can’t compile Sun Java, because the source code is not available (yet – they may open the source soon). All you need to do is
[ol]
[li]Download and Install Java
[/li][li]Download and install Azureus
[/li][/ol]
There are always help files with source downloads. But compiling isnt as simple as typing a few commands. You have to configure it all first which is sometimes simple but often not.
generally, from the source directory
./configure --prefix=/usr &&
make
make install
But I wouldnt bother if I were you, stick to binaries! The ./configure often requires LOADS of extras added and what about package management?
Not always, I’ve compiled many programs with just a plain ./configure and then compile goes fine as long as the necessary variables are set/right packages installed.
Open office took something daft like 11hrs for me. To get a good BLFS “distro” going takes well over 25hrs of compiling! Another good thing about binaries.