mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; * INSTALL.REPO: Start by telling how to clone the repository.
This commit is contained in:
parent
3f03f6284a
commit
e06a4f0fa0
1 changed files with 10 additions and 3 deletions
13
INSTALL.REPO
13
INSTALL.REPO
|
|
@ -1,8 +1,15 @@
|
||||||
Building and Installing Emacs from the Repository
|
Building and Installing Emacs from the Repository
|
||||||
|
|
||||||
Simply run 'make'. This should work if your files are freshly checked
|
The Emacs repository is hosted on Savannah. The following Git command
|
||||||
out from the repository, and if you have the proper tools installed.
|
will clone the repository to the 'emacs' subdirectory of the current
|
||||||
If it doesn't work, or if you have special build requirements, the
|
directory on your local machine:
|
||||||
|
|
||||||
|
git clone git://git.sv.gnu.org/emacs.git
|
||||||
|
|
||||||
|
To build the repository code, simply run 'make' in the 'emacs'
|
||||||
|
directory. This should work if your files are freshly checked out
|
||||||
|
from the repository, and if you have the proper tools installed. If
|
||||||
|
it doesn't work, or if you have special build requirements, the
|
||||||
following information may be helpful.
|
following information may be helpful.
|
||||||
|
|
||||||
Building Emacs from the source-code repository requires some tools
|
Building Emacs from the source-code repository requires some tools
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue