On Mon, 06 Sep 2004 19:48:34 -0400 john disseminated the following: > Need help finding a good info. source for installing tar files, simpler > the better. I am using md10 desktop. Thanks in advance.
In general, if you are installing an app from source, just: tar -xzvf filename.tar.gz then 'cd' into the resulting directory, the source directory. Now in most cases it is a simple matter of './configure', then 'make' then as root 'make install'. *Most times*. Check './configure --help' for options to pass to the configure script, like enabling certain functionality, changing the default install directory, etc. Of course, this all assumes you have the necessary build tools like GCC, and development libraries with the appropriate header files... Do the './configure' and let us know how it goes. What is the application you are intending to install, if I might ask? -- JoeHill RLU #282046 / www.freeyourmachine.org 19:59:21 up 33 days, 19:44, 10 users, load average: 1.43, 1.29, 1.35 +++++++++++++++++++++++++++ "One of the most dangerous errors of our time is the belief that human beings are uniquely violent animals, barely restrained from committing atrocities on each other by the constraints of ethics, religion, and the state." -- Eric S. Raymond
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
