LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do you install tvtime (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-you-install-tvtime-291959/)

hippo159 02-18-2005 02:23 PM

how do you install tvtime
 
hi
I downloaded TV time package 0.9.12 to slackware 10.0 and in the install instructions it's say to configure and then make, make install but I can't find any configure file or make file to run what to do?

DrOzz 02-18-2005 02:31 PM

well since your using slackware, just download the slackware package

and then type as root :
Code:

installpkg tvtime-0.9.12-i686-1.tgz

just to answer your question though when compiling ...
you untar the *.tar.gz file by typing ...
Code:

tar -zxvf tvtime-0.9.12-i686.tar.gz
then go into the directory and type :
Code:

./configure && make
and then install it :
Code:

su -c "make install"
type root password



All times are GMT -5. The time now is 04:54 AM.