aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Choi2002-08-28 01:20:22 +0000
committerAndrew Choi2002-08-28 01:20:22 +0000
commitf871a27b8f01ddf00c1e00c9a017ce1d2fade73b (patch)
tree894d375367a9986e70e56c99fca86905260b0ba5
parent846a13b84b07698be1de8cef007f4c0a5013aeb6 (diff)
downloademacs-f871a27b8f01ddf00c1e00c9a017ce1d2fade73b.tar.gz
emacs-f871a27b8f01ddf00c1e00c9a017ce1d2fade73b.zip
2002-08-27 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add information on starting Emacs as a GUI application from the terminal.
-rw-r--r--mac/ChangeLog5
-rw-r--r--mac/INSTALL11
2 files changed, 13 insertions, 3 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 6b6d1f8cec8..aeac7d8f7bf 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,8 @@
12002-08-27 Andrew Choi <akochoi@shaw.ca>
2
3 * INSTALL: Add information on starting Emacs as a GUI application
4 from the terminal.
5
12002-08-15 Andrew Choi <akochoi@shaw.ca> 62002-08-15 Andrew Choi <akochoi@shaw.ca>
2 7
3 * INSTALL: Add instructions for building Carbon version on Macs 8 * INSTALL: Add instructions for building Carbon version on Macs
diff --git a/mac/INSTALL b/mac/INSTALL
index c4371281802..57343cc97e0 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -40,9 +40,14 @@ messages and use the existing info files.
40 40
41After Emacs is installed, you can run it by typing `emacs -nw' from a 41After Emacs is installed, you can run it by typing `emacs -nw' from a
42terminal (make sure your path contains /usr/local/bin) or by 42terminal (make sure your path contains /usr/local/bin) or by
43double-clicking on mac/Emacs.app in the Finder. At present, 43double-clicking on mac/Emacs.app in the Finder. To start Emacs as a
44command-line options cannot be passed to Emacs running under the Aqua 44GUI application from the terminal, the pathname to the executable in
45GUI. This should soon be fixed. 45the bundle, i.e.,
46
47 .../emacs/mac/Emacs.app/Contents/MacOS/Emacs
48
49must be typed to the shell to enable Emacs to locate its resources
50correctly.
46 51
47If you are building Emacs to run on Mac OS X and X Window, you need to 52If you are building Emacs to run on Mac OS X and X Window, you need to
48create a directory containing statically-linked X libraries. 53create a directory containing statically-linked X libraries.