aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-05-26 19:32:46 +0300
committerEli Zaretskii2019-05-26 19:32:46 +0300
commite06a4f0fa0a08175131604e431c65b4129b0e0dd (patch)
tree66b99b5d0baf446a9d78ab9a774759228ec5b4e1
parent3f03f6284a093d69086773226bc2273cf62f5e85 (diff)
downloademacs-e06a4f0fa0a08175131604e431c65b4129b0e0dd.tar.gz
emacs-e06a4f0fa0a08175131604e431c65b4129b0e0dd.zip
; * INSTALL.REPO: Start by telling how to clone the repository.
-rw-r--r--INSTALL.REPO13
1 files changed, 10 insertions, 3 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO
index b7433856c6b..48faa81fbbd 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -1,8 +1,15 @@
1 Building and Installing Emacs from the Repository 1 Building and Installing Emacs from the Repository
2 2
3Simply run 'make'. This should work if your files are freshly checked 3The Emacs repository is hosted on Savannah. The following Git command
4out from the repository, and if you have the proper tools installed. 4will clone the repository to the 'emacs' subdirectory of the current
5If it doesn't work, or if you have special build requirements, the 5directory on your local machine:
6
7 git clone git://git.sv.gnu.org/emacs.git
8
9To build the repository code, simply run 'make' in the 'emacs'
10directory. This should work if your files are freshly checked out
11from the repository, and if you have the proper tools installed. If
12it doesn't work, or if you have special build requirements, the
6following information may be helpful. 13following information may be helpful.
7 14
8Building Emacs from the source-code repository requires some tools 15Building Emacs from the source-code repository requires some tools