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