diff mac/INSTALL @ 52961:d9dc58d31ffb

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.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 31 Oct 2003 19:42:47 +0000 (2003-10-31)
parents 23a1cea22d13
children 9c0323a1fb76
line wrap: on
line diff
--- a/mac/INSTALL	Fri Oct 31 17:25:20 2003 +0000
+++ b/mac/INSTALL	Fri Oct 31 19:42:47 2003 +0000
@@ -58,16 +58,11 @@
 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 @@
 	      	    $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.