unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Compressing the Lisp and Info files in the MS-Windows installation
@ 2013-04-15 15:26 Eli Zaretskii
  2013-04-15 20:02 ` Stefan Monnier
  2013-04-16  8:18 ` Stephen J. Turnbull
  0 siblings, 2 replies; 11+ messages in thread
From: Eli Zaretskii @ 2013-04-15 15:26 UTC (permalink / raw)
  To: emacs-devel

If the 'gzip' program is available, the Posix installation procedure
("make install") by default compresses all the *.el files in the lisp/
directory and its subdirectories of the installation tree, and also
compresses all the *info files in the info/ directory there.  Are
there any reasons not to do the same when Emacs is installed on
MS-Windows?

A related issue is whether the precompiled Windows binaries should be
distributed with these files compressed.  If they are compressed, end
users will need to have 'gzip' installed to be able to use them.

A compressed tree is 47 MB leaner than an uncompressed one (143 MB vs
190 MB).

I assume that people who prepare the binary distributions for Windows
will run something like "make install prefix=x:/foo/bar", and then
produce a zip file from the tree created at x:/foo/bar.  Thus the
above question is related both to local installations and preparing a
binary distribution for uploading to the FTP site.

(Even if the default is to compress, one can install without
compressing by saying "make install GZIP_PROG=".  So the question
really is what should be the default.)

Comments and opinions are welcome.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-05-08 13:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-15 15:26 Compressing the Lisp and Info files in the MS-Windows installation Eli Zaretskii
2013-04-15 20:02 ` Stefan Monnier
2013-04-15 20:13   ` Drew Adams
2013-04-16  8:55     ` Eli Zaretskii
2013-04-16 13:23       ` Drew Adams
2013-05-08 13:02       ` Steinar Bang
2013-04-16  8:50   ` Eli Zaretskii
2013-04-16 13:10     ` Stefan Monnier
2013-04-16 14:33       ` Eli Zaretskii
2013-04-16  8:18 ` Stephen J. Turnbull
2013-04-16  9:10   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).