Mercurial > emacs
comparison mac/INSTALL @ 52961:d9dc58d31ffb
These are Nozomu Ando's changes to build Emacs to run under X Window
in Mac OS X without the need to use static X11 libraries.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Fri, 31 Oct 2003 19:42:47 +0000 |
parents | 23a1cea22d13 |
children | 9c0323a1fb76 |
comparison
equal
deleted
inserted
replaced
52960:03e927b45498 | 52961:d9dc58d31ffb |
---|---|
56 | 56 |
57 must be typed to the shell to enable Emacs to locate its resources | 57 must be typed to the shell to enable Emacs to locate its resources |
58 correctly. You may want to create a symlink or alias to this path to | 58 correctly. You may want to create a symlink or alias to this path to |
59 quickly access both the terminal and GUI versions. | 59 quickly access both the terminal and GUI versions. |
60 | 60 |
61 If you are building Emacs to run on Mac OS X and X Window, you need to | 61 If you are building Emacs to run on Mac OS X and X Window, |
62 create a directory containing statically-linked X libraries. | 62 instead of typing `./configure' above, type |
63 | 63 |
64 sudo mkdir /usr/X11R6/libstatic | 64 ./configure --without-carbon --with-x |
65 cd /usr/X11R6/libstatic | 65 |
66 sudo ln -s ../lib/lib*.a ../lib/X11 . | |
67 | |
68 Instead of typing `./configure' above, type | |
69 | |
70 ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic | |
71 | 66 |
72 To use colors in a terminal, put the following lines in the file | 67 To use colors in a terminal, put the following lines in the file |
73 ~/.termcap and log in again. | 68 ~/.termcap and log in again. |
74 | 69 |
75 ----- | 70 ----- |
157 uninstall and copy between computers. | 152 uninstall and copy between computers. |
158 --app-symlink - Use a symlink inside the Application to the | 153 --app-symlink - Use a symlink inside the Application to the |
159 $prefix/bin/emacs to reduce disk space. Note, this | 154 $prefix/bin/emacs to reduce disk space. Note, this |
160 option may removed in the future. | 155 option may removed in the future. |
161 | 156 |
162 If you are intending to build a binary distribution for X windows, you | |
163 will probably want to follow the directions above to create static | |
164 X11R6 libraries and run the make-package script like this | |
165 | |
166 ./make-package --with-x -C,--x-libraries=/usr/X11R6/libstatic | |
167 | 157 |
168 For usage of other options, use the --help option. | 158 For usage of other options, use the --help option. |
169 | 159 |
170 * BUILDING EMACS ON MAC OS 8/9 | 160 * BUILDING EMACS ON MAC OS 8/9 |
171 | 161 |