aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/INSTALL16
1 files changed, 12 insertions, 4 deletions
diff --git a/nextstep/INSTALL b/nextstep/INSTALL
index 799cd4d866a..b7e84e018ee 100644
--- a/nextstep/INSTALL
+++ b/nextstep/INSTALL
@@ -21,15 +21,23 @@ In the top-level directory, use:
21 21
22(On macOS, --with-ns is enabled by default.) 22(On macOS, --with-ns is enabled by default.)
23 23
24This will compile all the files, but emacs will not be able to be run except 24Then run:
25in -nw (terminal) mode.
26 25
27In order to run Emacs.app, you must run: 26 make
27
28This will compile all the files.
29
30In order to run Emacs, you must run:
31
32 src/emacs
33
34In order to install Emacs, you must run:
28 35
29 make install 36 make install
30 37
31This will assemble the app in nextstep/Emacs.app (i.e., the --prefix 38This will assemble the app in nextstep/Emacs.app (i.e., the --prefix
32argument has no effect in this case). 39argument has no effect in this case). You can then move the Emacs.app
40bundle to a location of your choice.
33 41
34If you pass the --disable-ns-self-contained option to configure, the lisp 42If you pass the --disable-ns-self-contained option to configure, the lisp
35files will be installed under whatever 'prefix' is set to (defaults to 43files will be installed under whatever 'prefix' is set to (defaults to