From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Where is `configure' script in the emacs source tree? Date: Thu, 30 Jul 2015 07:43:18 +0200 Message-ID: <87zj2e19qh.fsf@gnu.org> References: <20150730053916.GA3486@debian> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438235026 8733 80.91.229.3 (30 Jul 2015 05:43:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 05:43:46 +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 07:43:35 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 1ZKgcv-0003jz-Vi for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2015 07:43:34 +0200 Original-Received: from localhost ([::1]:38023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKgcv-0006KX-Hw for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2015 01:43:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKgcl-0006KF-94 for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 01:43:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKgci-0000n2-2R for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 01:43:23 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:57513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKgch-0000mu-SL for help-gnu-emacs@gnu.org; Thu, 30 Jul 2015 01:43:19 -0400 Original-Received: from thinkpad-t440p (dhcp245.uni-koblenz.de [141.26.71.245]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 074B51A83F3; Thu, 30 Jul 2015 07:43:18 +0200 (CEST) Mail-Followup-To: Navy Cheng , help-gnu-emacs@gnu.org In-Reply-To: <20150730053916.GA3486@debian> (Navy Cheng's message of "Thu, 30 Jul 2015 13:39:16 +0800") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:106144 Archived-At: Navy Cheng writes: > 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. The I read README and > INSTALL. In INSTALL: That's for installing from a release tarball. Read INSTALL.REPO instead: ,---- | To use the autotools, run the following shell command to generate the | 'configure' script and some related files: | | $ ./autogen.sh | | You can then configure your build as follows: | | $ ./configure `---- Bye, Tassilo