diff options
| author | Eli Zaretskii | 2019-05-26 19:32:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-05-26 19:32:46 +0300 |
| commit | e06a4f0fa0a08175131604e431c65b4129b0e0dd (patch) | |
| tree | 66b99b5d0baf446a9d78ab9a774759228ec5b4e1 | |
| parent | 3f03f6284a093d69086773226bc2273cf62f5e85 (diff) | |
| download | emacs-e06a4f0fa0a08175131604e431c65b4129b0e0dd.tar.gz emacs-e06a4f0fa0a08175131604e431c65b4129b0e0dd.zip | |
; * INSTALL.REPO: Start by telling how to clone the repository.
| -rw-r--r-- | INSTALL.REPO | 13 |
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 | ||
| 3 | Simply run 'make'. This should work if your files are freshly checked | 3 | The Emacs repository is hosted on Savannah. The following Git command |
| 4 | out from the repository, and if you have the proper tools installed. | 4 | will clone the repository to the 'emacs' subdirectory of the current |
| 5 | If it doesn't work, or if you have special build requirements, the | 5 | directory on your local machine: |
| 6 | |||
| 7 | git clone git://git.sv.gnu.org/emacs.git | ||
| 8 | |||
| 9 | To build the repository code, simply run 'make' in the 'emacs' | ||
| 10 | directory. This should work if your files are freshly checked out | ||
| 11 | from the repository, and if you have the proper tools installed. If | ||
| 12 | it doesn't work, or if you have special build requirements, the | ||
| 6 | following information may be helpful. | 13 | following information may be helpful. |
| 7 | 14 | ||
| 8 | Building Emacs from the source-code repository requires some tools | 15 | Building Emacs from the source-code repository requires some tools |