LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Steps installing Tar.gz (https://www.linuxquestions.org/questions/linux-software-2/steps-installing-tar-gz-37160/)

ody1 12-03-2002 03:38 AM

Steps installing Tar.gz
 
Please,can you give me a clue on how to use the commands :
-make
-make install..
in order to compile a program?
That's all? Now I can execute it under kde? thanks

acid_kewpie 12-03-2002 03:45 AM

you open a terminal and change to the directory that you want to un[pack the fiel ni, normally /usr/src. then unpack it iwth "tar zxvf /path/to/file.tar.gz" then cd to the directory that created, then "./configure" then "make" then "make install" should be all you need.

i suggest having a look on the net for some newbie howto's for questions as trivial as this. it'll save you a lot of time.

0x0001 12-03-2002 03:48 AM

Also there is usually an INSTALL file contained in most such packages (if not install information is contained in the README). This file usually give a step by instruction on how to install what was in the package.

MasterC 12-03-2002 01:40 PM

Try one of the links in my sig, or head over to www.linux.org and take their tutorial. That tutorial tought me a TON.

Cool


All times are GMT -5. The time now is 03:36 AM.