Update copyright year to 2015
[emacs.git] / nextstep / INSTALL
blob96aaac7b09f9098d92ce6c4c31b606313c2a52af
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 This will compile all the files, but emacs will not be able to be run except
23 in -nw (terminal) mode.
25 In order to run Emacs.app, you must run:
27   make install
29 This will assemble the app in nextstep/Emacs.app (i.e., the --prefix
30 argument has no effect in this case).
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").
38 Installation
39 ------------
41 Move nextstep/Emacs.app to any desired install location.
45 This file is part of GNU Emacs.
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.
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.
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/>.