aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-02-22 09:16:05 +0200
committerEli Zaretskii2025-02-22 09:16:05 +0200
commit443df12eddc66f4e2dbb14113b868f12419508bc (patch)
tree3eb683aea4b08a0c3873a3030c6d766099b941ab
parent76b938fc1d24b9dcc0c50db1dc520fbdacc19a16 (diff)
downloademacs-443df12eddc66f4e2dbb14113b868f12419508bc.tar.gz
emacs-443df12eddc66f4e2dbb14113b868f12419508bc.zip
; * INSTALL.REPO: Minor copyedits.
-rw-r--r--INSTALL.REPO13
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
19be easy to debug. In addition, including --enable-checking=all in
20the value of 'configure' above will turn on many run-time checks
21that will identify problematic code sooner rather than later.)
22
18If the above doesn't work, or if you have special build requirements, 23If the above doesn't work, or if you have special build requirements,
19the following information may be helpful. 24the 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).
26git - at least Git 1.7.1. If your repository was created by an older 31git - 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.
28makeinfo - not strictly necessary, but highly recommended, so that 33makeinfo - 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
31To use the autotools, run the following shell command to generate the 37To 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.
96This is especially true for Lisp compilation errors, which are almost 102This is especially true for Lisp compilation errors, which are almost
97never platform-specific. 103never platform-specific.
98 104
105If you need to debug Emacs, the instructions in 'etc/DEBUG' will help.
106You can display that file in Emacs with 'C-h C-d', or just read it with
107any program that can display text files, such as Less.
99 108
100 109
101Copyright (C) 2002-2025 Free Software Foundation, Inc. 110Copyright (C) 2002-2025 Free Software Foundation, Inc.