From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: phillip.lord@russet.org.uk Newsgroups: gmane.emacs.devel Subject: Re: Process to build standalone Emacs + deps in Windows Date: Sun, 22 Mar 2020 18:32:44 +0000 Message-ID: References: <86fte0pmnc.fsf@csic.es> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="118423"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Roundcube Webmail/1.3.8 Cc: Emacs-devel , emacs-devel@gnu.org To: juanjose.garciaripoll@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 22 19:34:24 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jG5QW-000UgK-8w for ged-emacs-devel@m.gmane-mx.org; Sun, 22 Mar 2020 19:34:24 +0100 Original-Received: from localhost ([::1]:48874 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jG5QV-00031a-Aj for ged-emacs-devel@m.gmane-mx.org; Sun, 22 Mar 2020 14:34:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57693) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jG5Pd-0002be-AI for emacs-devel@gnu.org; Sun, 22 Mar 2020 14:33:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jG5Pc-0006HV-9U for emacs-devel@gnu.org; Sun, 22 Mar 2020 14:33:29 -0400 Original-Received: from cloud103.planethippo.com ([78.129.138.110]:59422) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jG5Pb-0005xQ-RP; Sun, 22 Mar 2020 14:33:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=russet.org.uk; s=default; h=Message-ID:References:In-Reply-To:Subject:Cc:To :From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version:Sender: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=KqrwWe+K4y1KCCAmeUHErn3BkrN2iQnMvfIYqFjNifc=; b=FJ30TBU2BUAvY4X0UoSKDbHEwc uM0HgvIDliML4Gcbdc9G7QDrlGDkxsc568lQqSNwV5MaFmYYM9R/I8rUlkYvpjfDCSL56CnQY2YvC ix11CogAaXo42rFLfgGqLvaVNNMUU8Hn1XyucDoxdkmw4PdRg6/GUC/TGTApP2LOZ2oT7mqMxANyD ihOEwBJWyeNulIoPP6ctj8mf/UBbLH1PBMTW9cQHaGsVMNghtoMCiK/7W4vyiCRWhPDD3z0AAoklg jjOI/7VU2N8As1FDYZWkPRrxePGuKfeNFnk8XapvHMGcRtmFNIfhsJ2+nKOxlEig2j4wkgB7MHopG 6CSrFiZg==; Original-Received: from [::1] (port=59302 helo=cloud103.planethippo.com) by cloud103.planethippo.com with esmtpa (Exim 4.93) (envelope-from ) id 1jG5Ou-0003Ln-JL; Sun, 22 Mar 2020 18:32:44 +0000 In-Reply-To: <86fte0pmnc.fsf@csic.es> X-Sender: phillip.lord@russet.org.uk X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cloud103.planethippo.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - russet.org.uk X-Get-Message-Sender-Via: cloud103.planethippo.com: authenticated_id: phillip.lord@russet.org.uk X-Authenticated-Sender: cloud103.planethippo.com: phillip.lord@russet.org.uk X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 78.129.138.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245690 Archived-At: On 2020-03-22 13:03, juanjose.garciaripoll@gmail.com wrote: > Hi, > > I am trying to debug the process of building a distributable Emacs with > dependencies on Windows 64 bits. I have seen some sketch of > documentation under nt/ but it does not include support for graphics > and > image formats, which the official distribution for Windows includes. > > What are the steps or the scripts used to create the *.zip files that > are found in the official repository? Is there a simple guide I can use > to reproduce it? > > Best, The documentation is in admin/nt/dist-build/README-scripts It's a little long-winded to set up, I am afraid, but once you have the right directory structure, it's one command. Let me know if the instructions still work. I mostly run them on a single machine that I keep for the purpose, so I have not had to run them through de-novo for quite a while. Phil