summaryrefslogtreecommitdiff
path: root/nextstep/INSTALL
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-05-18 07:56:09 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-05-18 07:56:09 +0000
commit43474a5af3d38cd4ba28abb403357aa386b3e873 (patch)
treedd12750c4b4f6482a75485b54352c2c48a2002f2 /nextstep/INSTALL
parent9b9b779c56b4392d8a64c510fbc893b50d7b119d (diff)
downloademacs-43474a5af3d38cd4ba28abb403357aa386b3e873.tar.gz
* Cocoa/Emacs.xcodeproj/project.pbxproj: Update and redo targets to utilize Makefiles for assembly portions of the build. * INSTALL: Describe the Xcode project.
Diffstat (limited to 'nextstep/INSTALL')
-rw-r--r--nextstep/INSTALL30
1 files changed, 21 insertions, 9 deletions
diff --git a/nextstep/INSTALL b/nextstep/INSTALL
index 28fda21a23c..06ed5aa9308 100644
--- a/nextstep/INSTALL
+++ b/nextstep/INSTALL
@@ -23,15 +23,6 @@ files will be installed under whatever 'prefix' is set to (defaults to
/usr/local). The bundle will be smaller, but depend on these resources (may
require 'sudo' for "make install").
-On OS X you can also open Cocoa/Emacs.xcodeproj and build it again there. You
-may need to set some directories. (Note, ZeroLink currently does not work
-with Emacs owing to the use of private_extern in the code as well as some
-other, unidentifiable problem.) Before doing this you must run "make install"
-once as outlined above, to set up the lisp resources.
-
-On GNUstep, you CAN'T use ProjectCenter, since PC cannot work with files
-outside of its project directory.
-
Installation
------------
@@ -39,6 +30,27 @@ Installation
Move nextstep/Emacs.app to any desired install location.
+Xcode
+-----
+
+On OS X Emacs can be built under Xcode. You need to run "configure"
+as described above first. There are two targets: 'temacs' and 'Emacs.app'.
+
+'temacs' will build the undumped emacs executable, and copy it and the
+*.o files to the src directory. These steps are necessary so the next target
+works.
+
+'Emacs.app' uses "Run Script" build phases to assemble the Emacs.app bundle.
+It uses the 'ns-app' target in src/Makefile together with the 'install' target
+in the top level Makefile.
+
+The source files under the temacs target must list "pre-crt0" first
+and "lastfile" last, so that dumping works.
+
+(Note, under GNUstep, you CAN'T use ProjectCenter, since PC cannot work
+with files outside of its project directory.)
+
+
Distributions and Universal Binaries
------------------------------------