From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Included libraries in the Windows binary distribution Date: Wed, 04 Jan 2012 00:09:51 -0500 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1325653810 8069 80.91.229.12 (4 Jan 2012 05:10:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 05:10:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 06:10:06 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RiJ6w-0005tT-Bu for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 06:10:02 +0100 Original-Received: from localhost ([::1]:42503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiJ6v-0006rB-Kg for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 00:10:01 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiJ6r-0006r2-Sq for emacs-devel@gnu.org; Wed, 04 Jan 2012 00:09:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiJ6m-0004EG-7U for emacs-devel@gnu.org; Wed, 04 Jan 2012 00:09:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiJ6m-0004EC-4m for emacs-devel@gnu.org; Wed, 04 Jan 2012 00:09:52 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RiJ6l-0004Um-JR; Wed, 04 Jan 2012 00:09:51 -0500 In-reply-to: (message from Lars Magne Ingebrigtsen on Wed, 04 Jan 2012 00:55:08 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147249 Archived-At: > From: Lars Magne Ingebrigtsen > Date: Wed, 04 Jan 2012 00:55:08 +0100 > > There's been a lot of discussion about including libgnutls with the > Emacs binaries, and I'm obviously all for that. But nobody has > mentioned libxml2. I'd rather like to have that included, too, so that > people can read HTML in Emacs. Making it possible to build Emacs on Windows with libxml2 is a standing todo item that I hope will be done soon. > So what are the "guidelines", if any, about what libraries get included > in the binary Windows builds? Like Juanma said: only those that are absolutely necessary for Emacs to run. For now, that's only libxpm (needed to display the tool-bar icons).