Mercurial > emacs
diff mac/INSTALL @ 46776:16b6134d7193
In src:
2002-07-31 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
HAVE_CARBON is defined.
In mac:
2002-07-31 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add instructions for building X Window version.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Thu, 01 Aug 2002 03:33:20 +0000 |
parents | 01b93e5e53a7 |
children | 7f23d458e897 |
line wrap: on
line diff
--- a/mac/INSTALL Thu Aug 01 03:11:39 2002 +0000 +++ b/mac/INSTALL Thu Aug 01 03:33:20 2002 +0000 @@ -25,9 +25,6 @@ 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. @@ -43,6 +40,17 @@ 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.