diff options
author | Andrew Choi <akochoi@shaw.ca> | 2002-08-16 04:54:20 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2002-08-16 04:54:20 +0000 |
commit | 0de72ccec88b8ef4bf8a4906b8a0fc413e7268de (patch) | |
tree | bf3ac9ca4d7ea269a365470cde161d2462a79af3 /mac/INSTALL | |
parent | 660851b935d693bfbf408adc57f48a5b2001945b (diff) | |
download | emacs-0de72ccec88b8ef4bf8a4906b8a0fc413e7268de.tar.gz |
2002-08-15 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add instructions for building Carbon version on Macs
with X Window installed.
Diffstat (limited to 'mac/INSTALL')
-rw-r--r-- | mac/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mac/INSTALL b/mac/INSTALL index 9076814d649..c4371281802 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -25,6 +25,10 @@ un-tarred. The last step must be performed as root. +If you have X Window installed on your Mac and you are building Emacs +to run under Carbon and not X Window, 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. |