diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | INSTALL.REPO | 2 |
2 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-01-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * INSTALL.REPO: Mention minimum Git version. | ||
| 4 | |||
| 1 | 2015-01-25 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2015-01-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Use gnustep-config if available | 7 | Use gnustep-config if available |
diff --git a/INSTALL.REPO b/INSTALL.REPO index df997fbd285..3431ee480bf 100644 --- a/INSTALL.REPO +++ b/INSTALL.REPO | |||
| @@ -12,6 +12,8 @@ autoconf - at least the version specified near the start of | |||
| 12 | configure.ac (in the AC_PREREQ command). | 12 | configure.ac (in the AC_PREREQ command). |
| 13 | automake - at least the version specified near the start of | 13 | automake - at least the version specified near the start of |
| 14 | configure.ac (in the AM_INIT_AUTOMAKE command). | 14 | configure.ac (in the AM_INIT_AUTOMAKE command). |
| 15 | git - at least Git 1.7.1. If your repository was created by an older | ||
| 16 | Git version, you may need to reclone it. | ||
| 15 | makeinfo - not strictly necessary, but highly recommended, so that | 17 | makeinfo - not strictly necessary, but highly recommended, so that |
| 16 | you can build the manuals. | 18 | you can build the manuals. |
| 17 | 19 | ||