comparison mac/INSTALL @ 71820:3b5341ede4ac

More cleanup related to last change.
author Kim F. Storm <storm@cua.dk>
date Wed, 12 Jul 2006 13:01:23 +0000
parents 531358390881
children 46aca9ec4c40 8a8e69664178
comparison
equal deleted inserted replaced
71819:bbfb5030b0cc 71820:3b5341ede4ac
158 158
159 For usage of other options, use the --help option. 159 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
163 You can use either MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be 163 You can use MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be
164 downloaded free of charge from Apple. 164 downloaded free of charge from Apple.
165
166 In either case, you will need MPW-GM to build the make-docfile utility
167 and to generate the doc string file DOC.
168 165
169 ### IMPORTANT ### You can use StuffIt Expander to decompress and untar 166 ### IMPORTANT ### You can use StuffIt Expander to decompress and untar
170 the distribution. However, you *must* set the radio button in the 167 the distribution. However, you *must* set the radio button in the
171 Preferences->Cross Platform->Convert text files to Macintosh format to 168 Preferences->Cross Platform->Convert text files to Macintosh format to
172 "Never". Otherwise the compiled Lisp files will be corrupted. 169 "Never". Otherwise the compiled Lisp files will be corrupted.
181 makefile.MPW. I.e., execute the commands 178 makefile.MPW. I.e., execute the commands
182 179
183 make Emacs -f makefile.MPW > Emacs.MakeScript 180 make Emacs -f makefile.MPW > Emacs.MakeScript
184 Emacs.MakeScript 181 Emacs.MakeScript
185 182
186 The above commands create an executable that uses the Carbon API. The 183 The above commands create an executable that uses the Carbon API.
187 non-Carbon version can also be created by replacing all the 184 The non-Carbon version can also be created by replacing all the
188 occurrences of `Emacs' above with `NonCarbon'. Not that the 185 occurrences of `Emacs' above with `NonCarbon'. Not that the
189 non-Carbon version does not support some features such as file 186 non-Carbon version does not support some features such as file
190 dialogs, drag-and-drop, and Unicode menus. 187 dialogs, drag-and-drop, and Unicode menus.
191 188
192 Once built, the Emacs application (Emacs MPW) can be launched where it 189 Once built, the Emacs application (Emacs MPW) can be launched where it