Wallex
07-14-2002, 09:03 PM
I know, I could have searched this out on my own, or learn by trial or error... but well, making errors is something I don't wanna risk while still being new at Linux.
They tell me the process to install .tar.gz files is:
tar -xvf filename:
sort of uncompresses the file, and creates a directory where all the files are placed.
Go into that new dir
configure: to make sure you have all you need
make: see if it works
make install: install the program for good?
What I don't know is... this folder that I create by uncompressing the file, is it temporal or the definitive directory where the program will reside?
And once I know which is the principal directory where it will be installed, where should that directory go? In the bin? in some folder inside my user's directory? Where should I place the program?
I've search around a bit for this, but well.. they explain me the steps to get a program installed, but not where it'll exactly end up being installed.
Can anyone clear up this please?
They tell me the process to install .tar.gz files is:
tar -xvf filename:
sort of uncompresses the file, and creates a directory where all the files are placed.
Go into that new dir
configure: to make sure you have all you need
make: see if it works
make install: install the program for good?
What I don't know is... this folder that I create by uncompressing the file, is it temporal or the definitive directory where the program will reside?
And once I know which is the principal directory where it will be installed, where should that directory go? In the bin? in some folder inside my user's directory? Where should I place the program?
I've search around a bit for this, but well.. they explain me the steps to get a program installed, but not where it'll exactly end up being installed.
Can anyone clear up this please?