* how to compile emacs from git.
@ 2016-01-05 15:57 Uwe Brauer
2016-01-05 15:58 ` Marcin Borkowski
2016-01-05 16:30 ` Eli Zaretskii
0 siblings, 2 replies; 4+ messages in thread
From: Uwe Brauer @ 2016-01-05 15:57 UTC (permalink / raw)
To: emacs-devel
Hello
When I compile and install the git version of emacs, I follow
http://ergoemacs.org/emacs/building_emacs_from_git_repository.html
and run
./autogen.sh
./configure
make bootstrap
make
(Make install; I run checkinstall (KUbuntu))
Are theses steps really necessary or what is the recommended way of
compiling and installing emacs?
Uwe Brauer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to compile emacs from git.
2016-01-05 15:57 how to compile emacs from git Uwe Brauer
@ 2016-01-05 15:58 ` Marcin Borkowski
2016-01-05 16:30 ` Eli Zaretskii
1 sibling, 0 replies; 4+ messages in thread
From: Marcin Borkowski @ 2016-01-05 15:58 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-devel
On 2016-01-05, at 16:57, Uwe Brauer <oub@mat.ucm.es> wrote:
> Hello
>
> When I compile and install the git version of emacs, I follow
> http://ergoemacs.org/emacs/building_emacs_from_git_repository.html
> and run
>
> ./autogen.sh
> ./configure
> make bootstrap
> make
>
> (Make install; I run checkinstall (KUbuntu))
What I did was autogen, configure, make, sudo make install.
> Are theses steps really necessary or what is the recommended way of
> compiling and installing emacs?
>
> Uwe Brauer
Hth,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to compile emacs from git.
2016-01-05 15:57 how to compile emacs from git Uwe Brauer
2016-01-05 15:58 ` Marcin Borkowski
@ 2016-01-05 16:30 ` Eli Zaretskii
2016-01-05 16:44 ` Paul Eggert
1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2016-01-05 16:30 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-devel
> From: Uwe Brauer <oub@mat.ucm.es>
> Date: Tue, 05 Jan 2016 15:57:00 +0000
>
> When I compile and install the git version of emacs, I follow
> http://ergoemacs.org/emacs/building_emacs_from_git_repository.html
> and run
>
> ./autogen.sh
> ./configure
> make bootstrap
> make
>
> (Make install; I run checkinstall (KUbuntu))
>
>
> Are theses steps really necessary or what is the recommended way of
> compiling and installing emacs?
Only the first time you build after cloning the Git repository.
Thereafter just "make" should do.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to compile emacs from git.
2016-01-05 16:30 ` Eli Zaretskii
@ 2016-01-05 16:44 ` Paul Eggert
0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggert @ 2016-01-05 16:44 UTC (permalink / raw)
To: Eli Zaretskii, Uwe Brauer; +Cc: emacs-devel
On 01/05/2016 08:30 AM, Eli Zaretskii wrote:
>> >./autogen.sh
>> >./configure
>> >make bootstrap
>> >make
>> >
>> >(Make install; I run checkinstall (KUbuntu))
>> >
>> >
>> >Are theses steps really necessary or what is the recommended way of
>> >compiling and installing emacs?
> Only the first time you build after cloning the Git repository.
> Thereafter just "make" should do.
>
I don't see why 'make bootstrap' is needed after a git checkout. It
works for me without it. Perhaps it's needed on some platforms? If so,
that should probably get fixed.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-05 16:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05 15:57 how to compile emacs from git Uwe Brauer
2016-01-05 15:58 ` Marcin Borkowski
2016-01-05 16:30 ` Eli Zaretskii
2016-01-05 16:44 ` Paul Eggert
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.