* lisp/emacs-lisp/package.el (package--with-work-buffer-async):
[emacs.git] / nextstep / INSTALL
blob8c9cd3bab2b30e3f3f1ad2e7fadbbe4d309990ff
1 Copyright (C) 2008-2015 Free Software Foundation, Inc.
2 See the end of the file for license conditions.
5 Requirements
6 ------------
7 Mac OS X 10.6 or later
9 - or -
11 GNUstep "Startup 0.23" or later
12 Tested on GNU/Linux, may work on other systems.
15 Compilation
16 -----------
18 In the top-level directory, use:
20   ./configure --with-ns
22 (On Mac OS X, --with-ns is enabled by default.)
24 This will compile all the files, but emacs will not be able to be run except
25 in -nw (terminal) mode.
27 In order to run Emacs.app, you must run:
29   make install
31 This will assemble the app in nextstep/Emacs.app (i.e., the --prefix
32 argument has no effect in this case).
34 If you pass the --disable-ns-self-contained option to configure, the lisp
35 files will be installed under whatever 'prefix' is set to (defaults to
36 /usr/local).  The bundle will be smaller, but depend on these resources (may
37 require 'sudo' for "make install").
40 Installation
41 ------------
43 Move nextstep/Emacs.app to any desired install location.
47 This file is part of GNU Emacs.
49 GNU Emacs is free software: you can redistribute it and/or modify
50 it under the terms of the GNU General Public License as published by
51 the Free Software Foundation, either version 3 of the License, or
52 (at your option) any later version.
54 GNU Emacs is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57 GNU General Public License for more details.
59 You should have received a copy of the GNU General Public License
60 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.