LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   tar.gz (https://www.linuxquestions.org/questions/slackware-14/tar-gz-560547/)

spidna 06-09-2007 08:08 PM

tar.gz
 
I got zenwalk installed yesterday version 4.6.1 now i downloaded file rt2500-cvs-daily.tar.gz for my wireless card how do i install this. I have used this tool before installpkg on a file that ended with tgz but does not work with tar.gz

AceofSpades19 06-09-2007 08:20 PM

untar and ungzip it and type ./configure then make then make install

reddazz 06-09-2007 08:22 PM

You can do the following
Code:

$tar zxvf rt2500-cvs-daily.tar.gz
$cd rt2500-cvs-2007060919/Module
$make
$su -c "make install"



All times are GMT -5. The time now is 06:42 PM.