2006-06-03 13:53:01 +00:00
|
|
|
|
Emacs machines list
|
|
|
|
|
|
2019-01-01 00:59:58 +00:00
|
|
|
|
Copyright (C) 1989-1990, 1992-1993, 1998, 2001-2019 Free Software
|
2015-01-01 22:26:41 +00:00
|
|
|
|
Foundation, Inc.
|
2007-02-11 01:18:25 +00:00
|
|
|
|
See the end of the file for license conditions.
|
2006-06-03 13:53:01 +00:00
|
|
|
|
|
2001-08-14 11:39:27 +00:00
|
|
|
|
This is a list of the status of GNU Emacs on various machines and systems.
|
|
|
|
|
|
2010-05-28 03:25:50 +00:00
|
|
|
|
Information about older releases, and platforms that are no longer
|
|
|
|
|
supported, has been removed. Consult older versions of this file if
|
|
|
|
|
you are interested in this information.
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2015-08-26 21:05:43 +00:00
|
|
|
|
The 'configure' script uses the configuration name, and the results of
|
2012-07-31 07:09:39 +00:00
|
|
|
|
testing the system, to decide which options to use in src/config.h and
|
|
|
|
|
elsewhere (eg Makefiles).
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
|
|
|
|
If you add support for a new configuration, add a section to this
|
2015-08-26 21:05:43 +00:00
|
|
|
|
file, and edit the 'configure.ac' source as needed.
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
Some obsolete platforms are unsupported beginning with Emacs 23.1. See
|
2010-05-28 03:25:50 +00:00
|
|
|
|
the list at the end of this file.
|
2008-01-12 15:23:15 +00:00
|
|
|
|
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2010-05-28 03:25:50 +00:00
|
|
|
|
* Here are notes about some of the systems supported:
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
** GNU/Linux
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
|
|
|
|
Most of the complete systems which use the Linux kernel are close
|
|
|
|
|
enough to the GNU system to be considered variant GNU systems. We
|
|
|
|
|
call them "Linux-based GNU systems," or GNU/Linux for short.
|
|
|
|
|
|
|
|
|
|
It is not coincidence that many of the other components used with
|
|
|
|
|
Linux--including GNU Emacs--were developed specifically for the GNU
|
|
|
|
|
project. The GNU project was launched in 1984 to develop a free
|
|
|
|
|
complete Unix-like operating system. To reach this goal, we had to
|
|
|
|
|
develop whatever system components were not available as freely
|
|
|
|
|
redistributable software from some other source.
|
|
|
|
|
|
|
|
|
|
The GNU project wants users of GNU/Linux systems to be aware of how
|
|
|
|
|
these systems relate to the GNU project, because that will help
|
|
|
|
|
spread the GNU idea that software should be free--and thus encourage
|
2014-03-22 23:47:20 +00:00
|
|
|
|
people to write more free software. For more information, see
|
2017-09-13 22:52:52 +00:00
|
|
|
|
<https://www.gnu.org/gnu/linux-and-gnu.html>.
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
*** 64-bit GNU/Linux
|
|
|
|
|
|
|
|
|
|
No special procedures should be needed to build a 64-bit Emacs on a
|
|
|
|
|
64-bit GNU/Linux system. To build a 32-bit Emacs, first ensure that
|
|
|
|
|
the necessary 32-bit system libraries and include files are
|
|
|
|
|
installed. Then use:
|
|
|
|
|
|
|
|
|
|
./configure CC='gcc -m32' --build=i386-linux-gnu \
|
|
|
|
|
--x-libraries=/usr/X11R6/lib
|
|
|
|
|
|
|
|
|
|
(using the location of the 32-bit X libraries on your system).
|
|
|
|
|
|
|
|
|
|
*** IBM System/390 running GNU/Linux (s390-*-linux-gnu)
|
|
|
|
|
|
|
|
|
|
As of Emacs 21.2, a 31-bit only version is supported on this system.
|
|
|
|
|
|
|
|
|
|
*** SuperH (sh[34]*-*-linux-gnu)
|
|
|
|
|
|
|
|
|
|
Emacs 23.0.60 was reported to work on GNU/Linux (October 2008).
|
|
|
|
|
This was tested on a little-endian sh4 system (cpu type SH7751R) running
|
|
|
|
|
Gentoo Linux 2008.0.
|
|
|
|
|
|
2016-11-06 07:33:43 +00:00
|
|
|
|
** macOS
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2016-11-06 07:33:43 +00:00
|
|
|
|
Mac OS X 10.6 or newer. PowerPC is not supported.
|
2010-05-28 03:25:50 +00:00
|
|
|
|
For installation instructions see the file nextstep/INSTALL.
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
** Microsoft Windows
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
For installation instructions see the file nt/INSTALL.
|
|
|
|
|
|
|
|
|
|
** MS-DOS
|
|
|
|
|
|
|
|
|
|
For installation instructions see the file msdos/INSTALL.
|
2010-05-28 03:25:50 +00:00
|
|
|
|
See the "MS-DOS" chapter of the manual for information about using
|
2011-08-30 05:52:05 +00:00
|
|
|
|
Emacs on MS-DOS.
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
** Solaris
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
On Solaris it is also possible to use either GCC or Solaris Studio
|
|
|
|
|
to build Emacs, by pointing ./configure to the right compiler:
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
./configure CC='/usr/sfw/bin/gcc' # GCC
|
|
|
|
|
./configure CC='cc' # Solaris Studio
|
2007-01-13 02:25:58 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make
|
|
|
|
|
sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before
|
|
|
|
|
/usr/ucb. (Most free software packages have the same requirement on
|
2015-08-26 21:05:43 +00:00
|
|
|
|
Solaris.) With this compiler, use '/opt/SUNWspro/bin/cc -E' as the
|
2011-08-30 05:52:05 +00:00
|
|
|
|
preprocessor. If this inserts extra whitespace into its output (see
|
2015-08-26 21:05:43 +00:00
|
|
|
|
the PROBLEMS file) then add the option '-Xs'.
|
2007-01-13 02:25:58 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
To build a 64-bit Emacs (with larger maximum buffer size) on a
|
|
|
|
|
Solaris system which supports 64-bit executables, specify the -m64
|
|
|
|
|
compiler option. For example:
|
2007-01-13 02:25:58 +00:00
|
|
|
|
|
2011-08-30 05:52:05 +00:00
|
|
|
|
./configure CC='/usr/sfw/bin/gcc -m64' # GCC
|
|
|
|
|
./configure CC='cc -m64' # Solaris Studio
|
2007-01-13 02:25:58 +00:00
|
|
|
|
|
2010-05-28 03:25:50 +00:00
|
|
|
|
|
|
|
|
|
* Obsolete platforms
|
|
|
|
|
|
2014-05-06 16:02:45 +00:00
|
|
|
|
Support for many obsolete platforms was removed in Emacs 23.1.
|
|
|
|
|
If for some reason you encounter an ancient machine where current
|
|
|
|
|
Emacs does not compile, try an older release like Emacs 22.3.
|
2008-01-12 15:23:15 +00:00
|
|
|
|
|
2001-08-14 11:39:27 +00:00
|
|
|
|
|
|
|
|
|
Local variables:
|
2010-05-28 03:25:50 +00:00
|
|
|
|
mode: outline
|
2001-08-14 11:39:27 +00:00
|
|
|
|
fill-prefix: " "
|
|
|
|
|
End:
|
2003-09-01 15:45:59 +00:00
|
|
|
|
|
2007-02-11 01:18:25 +00:00
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
|
|
2008-05-15 07:32:14 +00:00
|
|
|
|
GNU Emacs is free software: you can redistribute it and/or modify
|
2007-02-11 01:18:25 +00:00
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2008-05-15 07:32:14 +00:00
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
(at your option) any later version.
|
2007-02-11 01:18:25 +00:00
|
|
|
|
|
|
|
|
|
GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
2017-09-13 22:52:52 +00:00
|
|
|
|
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|