help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is `configure' script in the emacs source tree?


From: Tassilo Horn
Subject: Re: Where is `configure' script in the emacs source tree?
Date: Thu, 30 Jul 2015 07:43:18 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Navy Cheng <navych@126.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]