Ideally, you should install the Cygwin <http://cygwin.com/>
environment under Windows.  

But if that is more than you want, you can get individual
unix-like utlities for Windows at
<http://gnuwin32.sourceforge.net/>.  Put them in a directory on
your path.

In either case, you can uncompress it with the command: 
gzip -d FILENAME.tar.gz

You can extract all the files with:
tar xf FILENAME.tar

If it works right (not sure with gnuwin32), you can do it all in
one step with:
tar xfz FILENAME.tar.gz

-Ken Jackson


Richard Erlacher writes:
 > Where can I find an SDCC source package that I can process under Windows? 
 > Winzip doesn't seem to know what to do with tar.gz files.
 > 
 > regards,
 > 
 > Richard Erlacher


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to