aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
authorKen Raeburn2017-07-31 01:13:53 -0400
committerKen Raeburn2017-07-31 01:13:53 -0400
commit13f3370400031e2ac1c9be0932f411370fc6984e (patch)
tree06f349b2b0f1cda9e36f7c4390d9d2d9bf49303c /nextstep
parentcd0966b33c1fe975520e85e0e7af82c09e4754dc (diff)
parentdcfcaf40d577808d640016c886d4fae7280a7fd5 (diff)
downloademacs-scratch/raeburn-startup.tar.gz
emacs-scratch/raeburn-startup.zip
; Merge from branch 'master'scratch/raeburn-startup
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