From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Getting latest development version Date: Sun, 27 Nov 2022 10:13:26 +0200 Message-ID: <834jukrf15.fsf@gnu.org> References: <1445516721.59866.1669486069971@orville.co-bxl> <83zgcdr18d.fsf@gnu.org> <1963649397.63084.1669489596756@orville.co-bxl> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35333"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 27 09:13:41 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ozCnE-0008yq-W8 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 27 Nov 2022 09:13:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ozCmb-0002BI-Bi; Sun, 27 Nov 2022 03:13:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozCmZ-0002BA-RB for help-gnu-emacs@gnu.org; Sun, 27 Nov 2022 03:12:59 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozCmZ-0007xc-Iq for help-gnu-emacs@gnu.org; Sun, 27 Nov 2022 03:12:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=b03cebCtd47nKgB1SDLpK4yRHxkQ7wTvrPENO7Bv9DQ=; b=FUz3nW3u0/Bb qsJRRkBeyjqbsw4qvvH5HrQu6nA17GM6YhCq38rmUjFDlG4Co8Ng9c6iyCkeRuPH/kcUvEW5OZT2b oP1oN0OpevpapYsujcct1dDa0par1nGjImYjcJyTZb0Cnyu9IuH9x/SpRbHec0yPfYSAUyb4QO6Xm DqTYwAkj1fCxxUKNgyBRAEkvmHnLRtClWnx9XY96hYfRmqqtU0No1rOB/h2JIQruRjwHfM6HM79J4 s9xAClLmAYMv3+UJgA0GEk0h5xL/vFf1cgfIA2aZAmVncVfV3/lGVJGmSPaok6xCI1BK0mKUTtQlB Ux+YCiZrBK829X+K9YN1aA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozCmY-0006MN-TL for help-gnu-emacs@gnu.org; Sun, 27 Nov 2022 03:12:59 -0500 In-Reply-To: <1963649397.63084.1669489596756@orville.co-bxl> (message from Hans Lonsdale on Sat, 26 Nov 2022 20:06:36 +0100 (CET)) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141194 Archived-At: > Date: Sat, 26 Nov 2022 20:06:36 +0100 (CET) > From: Hans Lonsdale > > > For the latest version, just clone the Git repository and build it. That's > > it. > > Could you add more details (commands for download) directly on "software/emacs/download.html" on > how to get the various possibilities (releases, development version). Currently everything is dispersed > in the emacs website and the savannah website. It is quite a strain to have to go through searching for things. > > https://www.gnu.org/software/emacs/download.html The instructions are in the file INSTALL.REPO that you can find in the Emacs source tree. The https://www.gnu.org/software/emacs/download.html page has a link to the Savannah page where the instructions to clone the repository. So I think we already have the necessary information where it is looked for.