summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorAndrew Choi <akochoi@shaw.ca>2003-10-31 19:42:47 +0000
committerAndrew Choi <akochoi@shaw.ca>2003-10-31 19:42:47 +0000
commit043131c4a79050465f9a7ca7b0d795acac470a0c (patch)
tree7988fdfbe77424c9a894c818339974ea8d35e847 /mac
parent6d59ebc35cc3bdb50506491b104d493640fb7da7 (diff)
downloademacs-043131c4a79050465f9a7ca7b0d795acac470a0c.tar.gz
These are Nozomu Ando's changes to build Emacs to run under X Window
in Mac OS X without the need to use static X11 libraries.
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog6
-rw-r--r--mac/INSTALL16
2 files changed, 9 insertions, 13 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 869ee8a4158..5bf0f21a2db 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-31 Andrew Choi <akochoi@shaw.ca>
+
+ * INSTALL: Add Nozomu Ando's changes to instructions for
+ installing on X Window (that static libraries are no longer
+ necessary after his changes to src/unexmacosx.c).
+
2003-04-28 Andrew Choi <akochoi@shaw.ca>
* make-package: Allocate 5% extra space on disk image for
diff --git a/mac/INSTALL b/mac/INSTALL
index 1c44aa529f8..79007f8c324 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -58,16 +58,11 @@ must be typed to the shell to enable Emacs to locate its resources
correctly. You may want to create a symlink or alias to this path to
quickly access both the terminal and GUI versions.
-If you are building Emacs to run on Mac OS X and X Window, you need to
-create a directory containing statically-linked X libraries.
+If you are building Emacs to run on Mac OS X and X Window,
+instead of typing `./configure' above, type
- sudo mkdir /usr/X11R6/libstatic
- cd /usr/X11R6/libstatic
- sudo ln -s ../lib/lib*.a ../lib/X11 .
+ ./configure --without-carbon --with-x
-Instead of typing `./configure' above, type
-
- ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic
To use colors in a terminal, put the following lines in the file
~/.termcap and log in again.
@@ -159,11 +154,6 @@ options to user
$prefix/bin/emacs to reduce disk space. Note, this
option may removed in the future.
-If you are intending to build a binary distribution for X windows, you
-will probably want to follow the directions above to create static
-X11R6 libraries and run the make-package script like this
-
-./make-package --with-x -C,--x-libraries=/usr/X11R6/libstatic
For usage of other options, use the --help option.