diff options
| author | Eli Zaretskii | 2023-08-09 22:03:00 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-08-09 22:03:00 +0300 |
| commit | 020b5d7fefd255117ab4fca636146b5b59c8fb84 (patch) | |
| tree | e8d01c893b2ff955e747ce11f409d7a34258dd65 | |
| parent | 164588b174774eba0c3bd6999633a39bed748195 (diff) | |
| download | emacs-020b5d7fefd255117ab4fca636146b5b59c8fb84.tar.gz emacs-020b5d7fefd255117ab4fca636146b5b59c8fb84.zip | |
; Improve INSTALL files
* INSTALL:
* java/INSTALL: Improve and clarify instructions.
| -rw-r--r-- | INSTALL | 17 | ||||
| -rw-r--r-- | java/INSTALL | 5 |
2 files changed, 13 insertions, 9 deletions
| @@ -4,13 +4,16 @@ Inc. | |||
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | This file contains general information on building GNU Emacs. For | 7 | This file contains general information on building GNU Emacs. If you |
| 8 | more information specific to the MS-Windows, GNUstep/macOS, MS-DOS, | 8 | are building an Emacs release tarball on a Unix or a GNU system, the |
| 9 | and Android ports, also read the files nt/INSTALL, nextstep/INSTALL, | 9 | instructions in this file should be sufficient. For other |
| 10 | msdos/INSTALL, and java/INSTALL. | 10 | configurations, we have additional specialized files: |
| 11 | 11 | ||
| 12 | For information about building from a Git checkout (rather than an | 12 | . INSTALL.REPO if you build from a Git checkout |
| 13 | Emacs release), read the INSTALL.REPO file first. | 13 | . nt/INSTALL if you build for MS-Windows |
| 14 | . nextstep/INSTALL if you build for GNUstep/macOS | ||
| 15 | . java/INSTALL if you build for Android | ||
| 16 | . msdos/INSTALL if you build for MS-DOS | ||
| 14 | 17 | ||
| 15 | 18 | ||
| 16 | BASIC INSTALLATION | 19 | BASIC INSTALLATION |
diff --git a/java/INSTALL b/java/INSTALL index 0646db426e0..ef05b811989 100644 --- a/java/INSTALL +++ b/java/INSTALL | |||
| @@ -5,8 +5,9 @@ See the end of the file for license conditions. | |||
| 5 | Please read the entirety of this file before attempting to build Emacs | 5 | Please read the entirety of this file before attempting to build Emacs |
| 6 | as an application package which can run on Android devices. | 6 | as an application package which can run on Android devices. |
| 7 | 7 | ||
| 8 | When building from the source repository, make sure to read | 8 | When building from the source repository (as opposed to from a release |
| 9 | INSTALL.REPO as well. | 9 | tarball), make sure to read INSTALL.REPO in the top-level directory as |
| 10 | well. | ||
| 10 | 11 | ||
| 11 | 12 | ||
| 12 | 13 | ||