comparison mac/INSTALL @ 46917:7f23d458e897

2002-08-15 Andrew Choi <akochoi@shaw.ca> * INSTALL: Add instructions for building Carbon version on Macs with X Window installed.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 16 Aug 2002 04:54:20 +0000
parents 16b6134d7193
children 641218868c7a
comparison
equal deleted inserted replaced
46916:aff9c7fcedb0 46917:7f23d458e897
22 ./configure 22 ./configure
23 make 23 make
24 make install 24 make install
25 25
26 The last step must be performed as root. 26 The last step must be performed as root.
27
28 If you have X Window installed on your Mac and you are building Emacs
29 to run under Carbon and not X Window, you need to type `./configure
30 --without-x' instead of `./configure'.
27 31
28 You can type `make bootstrap' instead of `make' to rebuild everything, 32 You can type `make bootstrap' instead of `make' to rebuild everything,
29 including byte-compiling the Lisp files. 33 including byte-compiling the Lisp files.
30 34
31 If you have not installed the GNU texinfo package on your system, the 35 If you have not installed the GNU texinfo package on your system, the