aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog4
-rw-r--r--mac/INSTALL14
2 files changed, 15 insertions, 3 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 8c5c3d62c2e..e7c4dbcdcb0 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
12002-07-31 Andrew Choi <akochoi@shaw.ca>
2
3 * INSTALL: Add instructions for building X Window version.
4
12002-07-11 Andrew Choi <akochoi@shaw.ca> 52002-07-11 Andrew Choi <akochoi@shaw.ca>
2 6
3 * make-package: Change -a option to -R for cp command. 7 * make-package: Change -a option to -R for cp command.
diff --git a/mac/INSTALL b/mac/INSTALL
index 13c127ccc7f..9076814d649 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -25,9 +25,6 @@ un-tarred.
25 25
26The last step must be performed as root. 26The last step must be performed as root.
27 27
28If you have X Window installed, you need to type `./configure
29--without-x' instead of `./configure'.
30
31You can type `make bootstrap' instead of `make' to rebuild everything, 28You can type `make bootstrap' instead of `make' to rebuild everything,
32including byte-compiling the Lisp files. 29including byte-compiling the Lisp files.
33 30
@@ -43,6 +40,17 @@ double-clicking on mac/Emacs.app in the Finder. At present,
43command-line options cannot be passed to Emacs running under the Aqua 40command-line options cannot be passed to Emacs running under the Aqua
44GUI. This should soon be fixed. 41GUI. This should soon be fixed.
45 42
43If you are building Emacs to run on Mac OS X and X Window, you need to
44create a directory containing statically-linked X libraries.
45
46 sudo mkdir /usr/X11R6/libstatic
47 cd /usr/X11R6/libstatic
48 sudo ln -s ../lib/lib*.a ../lib/X11 .
49
50Instead of typing `./configure' above, type
51
52 ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic
53
46To use colors in a terminal, put the following lines in the file 54To use colors in a terminal, put the following lines in the file
47~/.termcap and log in again. 55~/.termcap and log in again.
48 56