]> code.delx.au - gnu-emacs/blobdiff - nextstep/INSTALL
Merge from emacs-24; up to 2014-07-28T06:28:15Z!dmantipov@yandex.ru
[gnu-emacs] / nextstep / INSTALL
index 360c57f18ff595e16dc8b0e229c55c49efef587a..76cc01c58315a7304025e40eb1ccd54c3f5ff080 100644 (file)
@@ -1,17 +1,23 @@
-Copyright (C) 2008 Free Software Foundation, Inc.
+Copyright (C) 2008-2014 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
+Requirements
+------------
+Mac OS X 10.6 or later
+
+- or -
+
+GNUstep "Startup 0.23" or later
+Tested on GNU/Linux, may work on other systems.
+
+
 Compilation
 -----------
 
 In the top-level directory, use:
 
   ./configure --with-ns
-  make -j2
-
-Make the -j higher on multi-core systems, usually one higher than number of
-cores is best.
 
 This will compile all the files, but emacs will not be able to be run except
 in -nw (terminal) mode.
@@ -20,22 +26,14 @@ In order to run Emacs.app, you must run:
 
   make install
 
-This will assemble the app in nextstep/Emacs.app.
+This will assemble the app in nextstep/Emacs.app (i.e., the --prefix
+argument has no effect in this case).
 
 If you pass the --disable-ns-self-contained option to configure, the lisp
 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
 ------------
@@ -50,16 +48,6 @@ Building as outlined above will create ordinary binaries running on your
 architecture only.  To create universal binaries, set CFLAGS to include
 "-arch ppc -arch i386".
 
-
-Improve Ctrl-G Handling
------------------------
-
-To enable a version of the code that handles ctrl-g more responsively in
-certain cases -- but may introduce other glitches -- pass
-"--enable-cocoa-experimental-ctrl-g" to configure.
-
-
-
 \f
 This file is part of GNU Emacs.