emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Process to build standalone Emacs + deps in Windows


From: Eli Zaretskii
Subject: Re: Process to build standalone Emacs + deps in Windows
Date: Wed, 25 Mar 2020 17:33:01 +0200

> From: Juan José García-Ripoll
>  <address@hidden>
> Date: Wed, 25 Mar 2020 15:54:05 +0100
> 
> +              'libexec/*/*.exe',

This is not necessarily wise.  It could be TRT with the current
dependencies, but might lose in the long run.  E.g., suppose someone
decides to add GNU Findutils to the bundle.

> +              'share/doc/*', # No documentation from libraries
> +              'share/gtk-doc/*',
> +              'share/man/*',
> +              'share/info/*',

Questionable.  Why deprive the users from being able to read the docs
of the dependencies?  Some of that could be very relevant.  E.g., what
about the docs of bzip2.exe, xz.exe, etc.? they might come in handy
for setting up all kinds of *-switches defcustoms.

> +              'bin/fc-*.exe', # No font configuration tools

If some dependency is configured to access fonts via Fontconfig (is it
HarfBuzz?), then this is a mistake, because some of those utilities
are needed to maintain the font cache.

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]