emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/INSTALL


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/mac/INSTALL
Date: Wed, 31 Jul 2002 23:33:21 -0400

Index: emacs/mac/INSTALL
diff -c emacs/mac/INSTALL:1.7 emacs/mac/INSTALL:1.8
*** emacs/mac/INSTALL:1.7       Fri Apr 26 19:39:04 2002
--- emacs/mac/INSTALL   Wed Jul 31 23:33:20 2002
***************
*** 25,33 ****
  
  The last step must be performed as root.
  
- If you have X Window installed, you need to type `./configure
- --without-x' instead of `./configure'.
- 
  You can type `make bootstrap' instead of `make' to rebuild everything,
  including byte-compiling the Lisp files.
  
--- 25,30 ----
***************
*** 42,47 ****
--- 39,55 ----
  double-clicking on mac/Emacs.app in the Finder.  At present,
  command-line options cannot be passed to Emacs running under the Aqua
  GUI.  This should soon be fixed.
+ 
+ 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.
+ 
+   sudo mkdir /usr/X11R6/libstatic
+   cd /usr/X11R6/libstatic
+   sudo ln -s ../lib/lib*.a ../lib/X11 .
+ 
+ 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]