Re: [Arsperl-users] installation issue
Brought to you by:
jeffmurphy
|
From: <cla...@be...> - 2007-01-26 16:47:11
|
> -----Original Message----- > From: ars...@ar...=20 > [mailto:ars...@ar...] On Behalf Of=20 > Serouche Rahimpour > Sent: January 26, 2007 11:12 AM > To: ars...@ar... > Subject: [Arsperl-users] installation issue >=20 > dear list, >=20 > I've been reading the page http://arsperl.sourceforge.net/install.html > I've been downloading the ARSperl-1.85.tgz > I've been unzipping it. > But I can't find any Makefile or somthing similar. > All I get is a file saved as hexadecimal. > When I convert it to normal human readable file, I can find at the=20 > begining of the file the following: It is a tarred and gzipped file. So if you are on Unix=20 gunzip ARSperl-1.85.tgz; tar -xf ARSperl-1.85.tar If you are on Windows Winzip or 7zip should know how to deal with the=20 tgz archive. Clayton |