diff options
| author | Eli Zaretskii | 2025-02-22 09:16:05 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-02-22 09:16:05 +0200 |
| commit | 443df12eddc66f4e2dbb14113b868f12419508bc (patch) | |
| tree | 3eb683aea4b08a0c3873a3030c6d766099b941ab | |
| parent | 76b938fc1d24b9dcc0c50db1dc520fbdacc19a16 (diff) | |
| download | emacs-443df12eddc66f4e2dbb14113b868f12419508bc.tar.gz emacs-443df12eddc66f4e2dbb14113b868f12419508bc.zip | |
; * INSTALL.REPO: Minor copyedits.
| -rw-r--r-- | INSTALL.REPO | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO index 6a6c7a2187b..0a687ce8d9e 100644 --- a/INSTALL.REPO +++ b/INSTALL.REPO | |||
| @@ -15,6 +15,11 @@ example: | |||
| 15 | 15 | ||
| 16 | $ make configure="--prefix=/opt/emacs CFLAGS='-O0 -g3'" | 16 | $ make configure="--prefix=/opt/emacs CFLAGS='-O0 -g3'" |
| 17 | 17 | ||
| 18 | (We recommend the above CFLAGS if you want to build Emacs that will | ||
| 19 | be easy to debug. In addition, including --enable-checking=all in | ||
| 20 | the value of 'configure' above will turn on many run-time checks | ||
| 21 | that will identify problematic code sooner rather than later.) | ||
| 22 | |||
| 18 | If the above doesn't work, or if you have special build requirements, | 23 | If the above doesn't work, or if you have special build requirements, |
| 19 | the following information may be helpful. | 24 | the following information may be helpful. |
| 20 | 25 | ||
| @@ -25,8 +30,9 @@ autoconf - at least the version specified near the start of | |||
| 25 | configure.ac (in the AC_PREREQ command). | 30 | configure.ac (in the AC_PREREQ command). |
| 26 | git - at least Git 1.7.1. If your repository was created by an older | 31 | git - at least Git 1.7.1. If your repository was created by an older |
| 27 | Git version, you may need to reclone it. | 32 | Git version, you may need to reclone it. |
| 28 | makeinfo - not strictly necessary, but highly recommended, so that | 33 | makeinfo - required to build the manuals (whose Info files are not |
| 29 | you can build the manuals. GNU Texinfo 4.13 or later should work. | 34 | in the repository). Installing GNU Texinfo 4.13 or later should |
| 35 | work. | ||
| 30 | 36 | ||
| 31 | To use the autotools, run the following shell command to generate the | 37 | To use the autotools, run the following shell command to generate the |
| 32 | 'configure' script and some related files, and to set up your git | 38 | 'configure' script and some related files, and to set up your git |
| @@ -96,6 +102,9 @@ problem is known about and is just waiting for someone to fix it. | |||
| 96 | This is especially true for Lisp compilation errors, which are almost | 102 | This is especially true for Lisp compilation errors, which are almost |
| 97 | never platform-specific. | 103 | never platform-specific. |
| 98 | 104 | ||
| 105 | If you need to debug Emacs, the instructions in 'etc/DEBUG' will help. | ||
| 106 | You can display that file in Emacs with 'C-h C-d', or just read it with | ||
| 107 | any program that can display text files, such as Less. | ||
| 99 | 108 | ||
| 100 | 109 | ||
| 101 | Copyright (C) 2002-2025 Free Software Foundation, Inc. | 110 | Copyright (C) 2002-2025 Free Software Foundation, Inc. |