comparison mac/INSTALL @ 90751:52a7f3f50b89

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 624-636) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 200-201) - Merge from emacs--devo--0 - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171
author Miles Bader <miles@gnu.org>
date Tue, 13 Feb 2007 12:14:16 +0000
parents 95d0cdf160ea 92a0e87ff562
children 70bf32a0f523
comparison
equal deleted inserted replaced
90750:f8cc067aba62 90751:52a7f3f50b89
1 * BUILDING EMACS ON MAC OS Classic AND MAC OS X -*- outline -*- 1 * BUILDING EMACS ON MAC OS Classic AND MAC OS X -*- outline -*-
2 2
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 3 Copyright (C) 2001, 2002, 2003, 2004, 2005,
4 2006, 2007 Free Software Foundation, Inc. 4 2006, 2007 Free Software Foundation, Inc.
5 5 See the end of the file for license conditions.
6 Permission is granted to anyone to make or distribute verbatim 6
7 copies of this document as received, in any medium, provided that
8 the copyright notice and permission notice are preserved, and that
9 the distributor grants the recipient permission for further
10 redistribution as permitted by this notice.
11
12 Permission is granted to distribute modified versions of this
13 document, or of portions of it, under the above conditions,
14 provided also that they carry prominent notices stating who last
15 changed them.
16 7
17 * BUILDING EMACS ON MAC OS X 8 * BUILDING EMACS ON MAC OS X
18 9
19 You should be able to build Emacs on Mac OS X by typing the following 10 You should be able to build Emacs on Mac OS X by typing the following
20 commands at the top-level directory after the source distribution is 11 commands at the top-level directory after the source distribution is
216 architectures. In addition, Rosetta doesn't appear to work correctly 207 architectures. In addition, Rosetta doesn't appear to work correctly
217 with PowerPC builds of Emacs; you will have to recompile for Intel. 208 with PowerPC builds of Emacs; you will have to recompile for Intel.
218 Therefore, builds of Emacs are architecture specific. 209 Therefore, builds of Emacs are architecture specific.
219 210
220 Enjoy! 211 Enjoy!
212
213
214 This file is part of GNU Emacs.
215
216 GNU Emacs is free software; you can redistribute it and/or modify
217 it under the terms of the GNU General Public License as published by
218 the Free Software Foundation; either version 2, or (at your option)
219 any later version.
220
221 GNU Emacs is distributed in the hope that it will be useful,
222 but WITHOUT ANY WARRANTY; without even the implied warranty of
223 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
224 GNU General Public License for more details.
225
226 You should have received a copy of the GNU General Public License
227 along with GNU Emacs; see the file COPYING. If not, write to the
228 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
229 Boston, MA 02110-1301, USA.