From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Where is `configure' script in the emacs source tree? Date: Thu, 30 Jul 2015 11:37:55 -0400 Message-ID: References: <20150730053916.GA3486@debian> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438270712 8270 80.91.229.3 (30 Jul 2015 15:38:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 15:38:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Navy Cheng Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 30 17:38:16 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZKpuS-0002l5-EQ for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2015 17:38:16 +0200 Original-Received: from localhost ([::1]:40595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKpuR-0006aK-Vg for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2015 11:38:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKpuG-0006ZJ-Bn for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 11:38:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKpuE-0007Eu-HW for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 11:38:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKpu7-0007Dv-Nn; Thu, 30 Jul 2015 11:37:55 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZKpu7-0003nM-9h; Thu, 30 Jul 2015 11:37:55 -0400 X-Spook: Dick Cheney fraud brigand Defcon Federal Aviation X-Ran: l|t4>dUjZj0b$DcJ]aS\/R5?e7bu`O[})_uRoo?D:iQ#o'Sm?R*NxVh4utR+(A#sV3Rm3: X-Hue: green X-Attribution: GM In-Reply-To: <20150730053916.GA3486@debian> (Navy Cheng's message of "Thu, 30 Jul 2015 13:39:16 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106151 Archived-At: Navy Cheng wrote: > I want to compile and install emacs from the source. So I clone > https://github.com/emacs-mirror/emacs.git' to my laptop. > > 1. git clone https://github.com/emacs-mirror/emacs.git > 2. cd ./emacs > 3. git checkout emacs-24.5 > 4. git branch -b mybr > > I think I get the emacs-24.5 source now. BTW, if you just want the 24.5 source, it's less work to get it from http://ftpmirror.gnu.org/emacs/emacs-24.5.tar.xz . Smaller download, pre-built .elc files, includes configure script, etc.