all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Where is `configure' script in the emacs source tree?
@ 2015-07-30  5:39 Navy Cheng
  2015-07-30  5:43 ` Tassilo Horn
  2015-07-30 15:37 ` Glenn Morris
  0 siblings, 2 replies; 4+ messages in thread
From: Navy Cheng @ 2015-07-30  5:39 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,
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:

> 2a. `cd' to the directory where you unpacked Emacs and invoke the
>      `configure' script:
>
>		 ./configure

But I can't find configure in the repository. Where is `configure'?




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where is `configure' script in the emacs source tree?
  2015-07-30  5:39 Where is `configure' script in the emacs source tree? Navy Cheng
@ 2015-07-30  5:43 ` Tassilo Horn
  2015-07-30 15:37 ` Glenn Morris
  1 sibling, 0 replies; 4+ messages in thread
From: Tassilo Horn @ 2015-07-30  5:43 UTC (permalink / raw)
  To: Navy Cheng; +Cc: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where is `configure' script in the emacs source tree?
  2015-07-30  5:39 Where is `configure' script in the emacs source tree? Navy Cheng
  2015-07-30  5:43 ` Tassilo Horn
@ 2015-07-30 15:37 ` Glenn Morris
  1 sibling, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2015-07-30 15:37 UTC (permalink / raw)
  To: Navy Cheng; +Cc: help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where is `configure' script in the emacs source tree?
  2015-09-04 14:34 ` Norbert Melzer
@ 2015-09-04 22:28   ` Maurizio Vitale
  0 siblings, 0 replies; 4+ messages in thread
From: Maurizio Vitale @ 2015-09-04 22:28 UTC (permalink / raw)
  To: Norbert Melzer; +Cc: help-gnu-emacs

when you clone the repo you have to run autogen.sh, which among other
things will generate configure from configure.ac
the directions you're following are good for released tarballs, which came
w/ a pre-generated configure script.
you should be able to find instructions on how to compile out of a cloned
repository.

On Fri, Sep 4, 2015 at 7:34 AM, Norbert Melzer <timmelzer@gmail.com> wrote:

> Navy Cheng <navych@126.com> Wrote in message:
> > Hi,
> > 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:
> >
> >> 2a. `cd' to the directory where you unpacked Emacs and invoke the
> >>      `configure' script:
> >>
> >>               ./configure
> >
> > But I can't find configure in the repository. Where is `configure'?
> >
> >
> >
>
> When building from git you have
> to follow (INSTALL.REPO)[https://g
> ithub.com/emacs-mirror/emacs/blob/master/INSTALL.REPO]
> --
>
>
> ----Android NewsGroup Reader----
> http://usenet.sinaapp.com/
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-04 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30  5:39 Where is `configure' script in the emacs source tree? Navy Cheng
2015-07-30  5:43 ` Tassilo Horn
2015-07-30 15:37 ` Glenn Morris
     [not found] <mailman.7643.1438234769.904.help-gnu-emacs@gnu.org>
2015-09-04 14:34 ` Norbert Melzer
2015-09-04 22:28   ` Where " Maurizio Vitale

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.