Merge with CEDET upstream (rev. 8499).
[bpt/emacs.git] / nextstep / INSTALL
CommitLineData
ab422c4d 1Copyright (C) 2008-2013 Free Software Foundation, Inc.
4537179d
AR
2See the end of the file for license conditions.
3
4
5Compilation
6-----------
7
8In the top-level directory, use:
9
10 ./configure --with-ns
4537179d
AR
11
12This will compile all the files, but emacs will not be able to be run except
13in -nw (terminal) mode.
14
15In order to run Emacs.app, you must run:
16
17 make install
18
ec8145a2
GM
19This will assemble the app in nextstep/Emacs.app (i.e., the --prefix
20argument has no effect in this case).
4537179d
AR
21
22If you pass the --disable-ns-self-contained option to configure, the lisp
23files will be installed under whatever 'prefix' is set to (defaults to
24/usr/local). The bundle will be smaller, but depend on these resources (may
25require 'sudo' for "make install").
26
4537179d
AR
27
28Installation
29------------
30
31Move nextstep/Emacs.app to any desired install location.
32
33
34Distributions and Universal Binaries
35------------------------------------
36
37Building as outlined above will create ordinary binaries running on your
38architecture only. To create universal binaries, set CFLAGS to include
39"-arch ppc -arch i386".
40
4537179d
AR
41\f
42This file is part of GNU Emacs.
43
44GNU Emacs is free software: you can redistribute it and/or modify
45it under the terms of the GNU General Public License as published by
46the Free Software Foundation, either version 3 of the License, or
47(at your option) any later version.
48
49GNU Emacs is distributed in the hope that it will be useful,
50but WITHOUT ANY WARRANTY; without even the implied warranty of
51MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
52GNU General Public License for more details.
53
54You should have received a copy of the GNU General Public License
55along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.