Ian

Forum Posts = 90 Tutorial Posts = 62
Insert date (GMT) 2006-12-18 11:02:55 |
Encase anybody needs to install from source code within Linux, you just need to follow the 3 main steps.
./configure
make
make install
this will configure the makefiles to be usable on your Linux setup, and also alarm to anything that is required, the make will make the source code into binary versions and the make install will install into the /usr directory structure (for example).
|