aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-07-12 08:35:29 +0000
committerYAMAMOTO Mitsuharu2006-07-12 08:35:29 +0000
commit00d110be81e35d9822f8aa02a4ca20265f0ad333 (patch)
treecaa09da0b06638e6a9345df94cd4b639cd75f2aa
parent4b3b63966e412dfbdb53c4d5a12f53201ea4e1fa (diff)
downloademacs-00d110be81e35d9822f8aa02a4ca20265f0ad333.tar.gz
emacs-00d110be81e35d9822f8aa02a4ca20265f0ad333.zip
Remove descriptions about Metrowerks CodeWarrior. Fix URL
for GNU-fonts.smi.bin. USE_ATSUI is enabled by default on Mac OS X.
-rw-r--r--mac/INSTALL38
1 files changed, 12 insertions, 26 deletions
diff --git a/mac/INSTALL b/mac/INSTALL
index e887537354b..cd03295f910 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -160,9 +160,8 @@ For usage of other options, use the --help option.
160 160
161* BUILDING EMACS ON MAC OS Classic 161* BUILDING EMACS ON MAC OS Classic
162 162
163FIXME: You can use either Metrowerks CodeWarrior Pro 6 or MPW-GM 163You can use either MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be
164(Aug. 2001) to build Emacs. MPW-GM can be downloaded free of charge 164downloaded free of charge from Apple.
165from Apple.
166 165
167In either case, you will need MPW-GM to build the make-docfile utility 166In either case, you will need MPW-GM to build the make-docfile utility
168and to generate the doc string file DOC. 167and to generate the doc string file DOC.
@@ -172,10 +171,10 @@ the distribution. However, you *must* set the radio button in the
172Preferences->Cross Platform->Convert text files to Macintosh format to 171Preferences->Cross Platform->Convert text files to Macintosh format to
173"Never". Otherwise the compiled Lisp files will be corrupted. 172"Never". Otherwise the compiled Lisp files will be corrupted.
174 173
175FIXME: (Optional) A subset of the fonts from the GNU intlfonts-1.2 174(Optional) A subset of the fonts from the GNU intlfonts-1.2
176distribution converted to NFNT format can be obtained from 175distribution converted to NFNT format can be obtained from
177 176
178 ftp://mac-emacs.sourceforge.net/pub/mac-emacs/GNU-fonts.smi.bin 177 http://members.shaw.ca/akochoi-emacs/stories/Resources/GNU-Fonts.smi.bin
179 178
180To build Emacs in the MPW Shell, simply set the directory to 179To build Emacs in the MPW Shell, simply set the directory to
181...:emacs:mac: and build the target Emacs of the make file 180...:emacs:mac: and build the target Emacs of the make file
@@ -190,21 +189,8 @@ occurrences of `Emacs' above with `NonCarbon'. Not that the
190non-Carbon version does not support some features such as file 189non-Carbon version does not support some features such as file
191dialogs, drag-and-drop, and Unicode menus. 190dialogs, drag-and-drop, and Unicode menus.
192 191
193FIXME: To build Emacs using CodeWarrior, start up the CodeWarrior IDE, 192Once built, the Emacs application (Emacs MPW) can be launched where it
194choose File->Import Project... and select the file cw6-mcp.xml. When 193is created.
195prompted to save the project, navigate to same directory as the file
196cw6-mcp.xml, name the project emacs-cw6.mcp, and save it there. Then
197choose Project->Make. Note that this does not build the DOC file. To
198do so, use MPW and build the target "Doc" in makefile.MPW.
199
200FIXME: Once built, the Emacs application (Emacs CW or Emacs MPW) can
201be launched where it is created.
202
203FIXME: To build an optimized version of Emacs in CodeWarrior, change
204the value in the Emacs Settings->Code Generation->Global Optimization
205dialog. To build a version for profiling, check the Profiler
206Information box in the Emacs Settings->Code Generation->PPC Processor
207dialog and include the Profiler PPC.Lib library.
208 194
209* NOTES 195* NOTES
210 196
@@ -234,12 +220,12 @@ There are some compile-time flags that enable experimental features.
234Please use them at your own risk after reading the corresponding 220Please use them at your own risk after reading the corresponding
235threads in the emacs-devel@gnu.org archive. 221threads in the emacs-devel@gnu.org archive.
236 222
237 USE_ATSUI: Enable ATSUI (Apple Type Services for Unicode Imaging) 223 SELECT_USE_CFSOCKET (on Mac OS X): Avoid polling in sys_select (in
238 support. Available on Mac OS 9/Carbon and Mac OS X. 224 src/mac.c).
239 http://lists.gnu.org/archive/html/emacs-devel/2005-10/msg00005.html
240
241 SELECT_USE_CFSOCKET: Avoid polling in sys_select (in src/mac.c).
242 Available on Mac OS X.
243 http://lists.gnu.org/archive/html/emacs-devel/2004-12/msg00789.html 225 http://lists.gnu.org/archive/html/emacs-devel/2004-12/msg00789.html
244 226
227 USE_ATSUI (on Mac OS 9/Carbon): Enable ATSUI (Apple Type Services
228 for Unicode Imaging) support.
229 http://lists.gnu.org/archive/html/emacs-devel/2005-10/msg00005.html
230
245Enjoy! 231Enjoy!