diff options
| author | Andrew Choi | 2002-08-01 03:33:20 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-08-01 03:33:20 +0000 |
| commit | 9794a8cdaddaff840dcad5108348b0e5ebc8d087 (patch) | |
| tree | 2b598a431c4a51eebd9e2c730fc94ffc50cfa377 /mac | |
| parent | 4312a2617f47147820494f73d3e63aaedb458538 (diff) | |
| download | emacs-9794a8cdaddaff840dcad5108348b0e5ebc8d087.tar.gz emacs-9794a8cdaddaff840dcad5108348b0e5ebc8d087.zip | |
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.
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 4 | ||||
| -rw-r--r-- | mac/INSTALL | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 8c5c3d62c2e..e7c4dbcdcb0 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-07-31 Andrew Choi <akochoi@shaw.ca> | ||
| 2 | |||
| 3 | * INSTALL: Add instructions for building X Window version. | ||
| 4 | |||
| 1 | 2002-07-11 Andrew Choi <akochoi@shaw.ca> | 5 | 2002-07-11 Andrew Choi <akochoi@shaw.ca> |
| 2 | 6 | ||
| 3 | * make-package: Change -a option to -R for cp command. | 7 | * make-package: Change -a option to -R for cp command. |
diff --git a/mac/INSTALL b/mac/INSTALL index 13c127ccc7f..9076814d649 100644 --- a/mac/INSTALL +++ b/mac/INSTALL | |||
| @@ -25,9 +25,6 @@ un-tarred. | |||
| 25 | 25 | ||
| 26 | The last step must be performed as root. | 26 | The last step must be performed as root. |
| 27 | 27 | ||
| 28 | If you have X Window installed, you need to type `./configure | ||
| 29 | --without-x' instead of `./configure'. | ||
| 30 | |||
| 31 | You can type `make bootstrap' instead of `make' to rebuild everything, | 28 | You can type `make bootstrap' instead of `make' to rebuild everything, |
| 32 | including byte-compiling the Lisp files. | 29 | including byte-compiling the Lisp files. |
| 33 | 30 | ||
| @@ -43,6 +40,17 @@ double-clicking on mac/Emacs.app in the Finder. At present, | |||
| 43 | command-line options cannot be passed to Emacs running under the Aqua | 40 | command-line options cannot be passed to Emacs running under the Aqua |
| 44 | GUI. This should soon be fixed. | 41 | GUI. This should soon be fixed. |
| 45 | 42 | ||
| 43 | If you are building Emacs to run on Mac OS X and X Window, you need to | ||
| 44 | create a directory containing statically-linked X libraries. | ||
| 45 | |||
| 46 | sudo mkdir /usr/X11R6/libstatic | ||
| 47 | cd /usr/X11R6/libstatic | ||
| 48 | sudo ln -s ../lib/lib*.a ../lib/X11 . | ||
| 49 | |||
| 50 | Instead of typing `./configure' above, type | ||
| 51 | |||
| 52 | ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic | ||
| 53 | |||
| 46 | To use colors in a terminal, put the following lines in the file | 54 | To use colors in a terminal, put the following lines in the file |
| 47 | ~/.termcap and log in again. | 55 | ~/.termcap and log in again. |
| 48 | 56 | ||