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

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

Re: How to update Emacs git?


From: Andrey Lisin
Subject: Re: How to update Emacs git?
Date: Sat, 28 Feb 2015 22:20:18 +0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin)

Hi,

probably, something like this will do what you want:

 $ cd emacs
 $ git pull
 $ ./autogen.sh
 $ ./configure
 $ make
 $ make install

`git pull' command will download only the changes, not whole repository.



reply via email to

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