aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep/INSTALL
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /nextstep/INSTALL
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'nextstep/INSTALL')
-rw-r--r--nextstep/INSTALL23
1 files changed, 1 insertions, 22 deletions
diff --git a/nextstep/INSTALL b/nextstep/INSTALL
index 5bc59c6c6fa..1e7109a3910 100644
--- a/nextstep/INSTALL
+++ b/nextstep/INSTALL
@@ -1,4 +1,4 @@
1Copyright (C) 2008-2011 Free Software Foundation, Inc. 1Copyright (C) 2008-2012 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
@@ -30,27 +30,6 @@ Installation
30Move nextstep/Emacs.app to any desired install location. 30Move nextstep/Emacs.app to any desired install location.
31 31
32 32
33Xcode
34-----
35
36On OS X Emacs can be built under Xcode. You need to run "configure"
37as described above first. There are two targets: 'temacs' and 'Emacs.app'.
38
39'temacs' will build the undumped emacs executable, and copy it and the
40*.o files to the src directory. These steps are necessary so the next target
41works.
42
43'Emacs.app' uses "Run Script" build phases to assemble the Emacs.app bundle.
44It uses the 'ns-app' target in src/Makefile together with the 'install' target
45in the top level Makefile.
46
47The source files under the temacs target must list "pre-crt0" first
48and "lastfile" last, so that dumping works.
49
50(Note, under GNUstep, you CAN'T use ProjectCenter, since PC cannot work
51with files outside of its project directory.)
52
53
54Distributions and Universal Binaries 33Distributions and Universal Binaries
55------------------------------------ 34------------------------------------
56 35