]> code.delx.au - gnu-emacs/blob - nextstep/INSTALL
* test/lisp/help-fns-tests.el: Add several tests for 'describe-function'.
[gnu-emacs] / nextstep / INSTALL
1 Copyright (C) 2008-2016 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 (On Mac OS X, --with-ns is enabled by default.)
23
24 This will compile all the files, but emacs will not be able to be run except
25 in -nw (terminal) mode.
26
27 In order to run Emacs.app, you must run:
28
29 make install
30
31 This will assemble the app in nextstep/Emacs.app (i.e., the --prefix
32 argument has no effect in this case).
33
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").
38
39
40 Installation
41 ------------
42
43 Move nextstep/Emacs.app to any desired install location.
44
45
46 \f
47 This file is part of GNU Emacs.
48
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.
53
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.
58
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/>.