diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-04 17:27:36 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-04 17:27:36 +0000 |
commit | c0bc797888951a468475c76d3cfa00c2a2a92547 (patch) | |
tree | e69d397163f86a2ca13335bb2ec190150a5e7707 /mac/INSTALL | |
parent | e3a77b22d272d31cedbd9eab9b37feda0e13f8d6 (diff) | |
download | emacs-c0bc797888951a468475c76d3cfa00c2a2a92547.tar.gz |
* make-dist: Remove references to files in mac/ that have been
deleted.
* README:
* INSTALL: Only mention MacOSX.
* cw6-mcp.xml:
* make-package:
* makefile.MPW:
* inc/alloca.h:
* inc/config.h:
* inc/defs-cw6.h:
* inc/dirent.h:
* inc/epaths.h:
* inc/grp.h:
* inc/m-mac.h:
* inc/pwd.h:
* inc/s-mac.h:
* inc/termio.h:
* inc/utime.h:
* inc/utsname.h:
* inc/sys/file.h:
* inc/sys/ioctl.h:
* inc/sys/param.h:
* inc/sys/stat.h:
* inc/sys/time.h:
* inc/sys/types.h:
* src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
systems.
Diffstat (limited to 'mac/INSTALL')
-rw-r--r-- | mac/INSTALL | 40 |
1 files changed, 2 insertions, 38 deletions
diff --git a/mac/INSTALL b/mac/INSTALL index e7d952a60f1..ac581adcdd7 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -1,4 +1,4 @@ -* BUILDING EMACS ON MAC OS Classic AND MAC OS X -*- outline -*- +* BUILDING EMACS ON MAC OS X -*- outline -*- Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -158,49 +158,13 @@ characters in the name fails" mentioned in etc/PROBLEMS, you may not move a self-contained Emacs.app application bundle to a non-ASCII directory. -* BUILDING EMACS ON MAC OS Classic - -You can use MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be -downloaded free of charge from Apple. - -### IMPORTANT ### You can use StuffIt Expander to decompress and untar -the distribution. However, you *must* set the radio button in the -Preferences->Cross Platform->Convert text files to Macintosh format to -"Never". Otherwise the compiled Lisp files will be corrupted. - -(Optional) A subset of the fonts from the GNU intlfonts-1.2 -distribution converted to NFNT format can be obtained from - - http://members.shaw.ca/akochoi-emacs/stories/Resources/GNU-Fonts.smi.bin - -To build Emacs in the MPW Shell, simply set the directory to -...:emacs:mac: and build the target Emacs of the make file -makefile.MPW. I.e., execute the commands - - make Emacs -f makefile.MPW > Emacs.MakeScript - Emacs.MakeScript - -The above commands create an executable that uses the Carbon API. -The non-Carbon version can also be created by replacing all the -occurrences of `Emacs' above with `NonCarbon'. Not that the -non-Carbon version does not support some features such as file -dialogs, drag-and-drop, and Unicode menus. - -Once built, the Emacs application (Emacs MPW) can be launched where it -is created. - * NOTES -Emacs should build and run on a PowerMac running Mac OS 8.6 - 9.2 (but -only tested on 9.2.2), and Mac OS X 10.1 - 10.5. +Emacs should build and run on a PowerMac running Mac OS X 10.1 - 10.5. You will need around 100 MB of disk space for the source files and intermediate files. -Under Mac OS Classic, there is no support for building the LEIM -directory. However, it can be built on Mac OS X or another platform -and transferred to the Mac. - On Mac OS X, installing the emacs files in /usr can cause issues with system software updates possibly overwriting the distribution. If this is a concern, as it should be in normal binary distributions, please |