Date: Wed, 11 Dec 1996 08:12:55 +0200 (IST) From: Eli Zaretskii To: "A.Appleyard" cc: DJGPP AT delorie DOT com Subject: Re: Zip files needed In-Reply-To: <5B202213A4@fs2.mt.umist.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 10 Dec 1996, A.Appleyard wrote: > I want to transfer my djgpp v2 onto a laptop. That will need floppies. OK, > except that DJGPPV2\ZIPS\DJDEV201.ZIP at 1538295 bytes is too big for a > floppy. Could I use DJDEV300.ZIP with the latest forms of the other v2 files? I don't think this would work, since almost every single file in djdev has changed one way or the other. If that laptop is for your personal use only, I suggest that you delete every unused file in your original (non-laptop) installation (e.g. most of zoneinfo directory), then zip what's left by yourself. If that won't do, make 2 separate zip files. There's also the technique of double-zipping, like so: zip -r -0 djdev201 *.* zip -9 djdevv21 djdev201.zip This makes for a much smaller zip file. > What is the difference between DJDEV201.ZIP and DJDEV200.ZIP? Almost everything's changed in djdev. The only directory which has a significant number of unchanged files is include. But be careful: if you inadvertently leave an old include file where a new one is available in v2.01, your programs might have subtle bugs due to mismatches in some declarations.