summaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-10-17 11:40:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-10-17 12:21:08 +0300
commit1733320d47df1d18d622e6b3565d3d6c51b9deeb (patch)
tree13b4027313ec3a9e3df13d8497616df7f89702ab /README-hacking
parente3866a39dd09ebee2c891228d766661ce14d09c7 (diff)
downloadgdbm-1733320d47df1d18d622e6b3565d3d6c51b9deeb.tar.gz
Update the docs
* Makefile.am: Use plain git log to format the ChangeLog. * git2chg.awk: Remove. * NOTE-WARNING: Update. * README: Likewise. * README-alpha: Likewise. * README-hacking: Likewise. * doc/gdbm.3: Likewise. * doc/gdbm.texi
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking14
1 files changed, 8 insertions, 6 deletions
diff --git a/README-hacking b/README-hacking
index a2c946b..e6e5534 100644
--- a/README-hacking
+++ b/README-hacking
@@ -3,16 +3,18 @@ GDBM.
* Requirements
-You need the following packages to build the CVS version of GNU
+You need the following packages to build the development version of GNU
DBM. We do not make any efforts to accommodate older versions of
these packages, so please make sure that you have the latest stable
version.
-- Automake <http://www.gnu.org/software/automake/>
-- Autoconf <http://www.gnu.org/software/autoconf/>
-- Libtool <http://www.gnu.org/software/libtool/>
-- Gettext <http://www.gnu.org/software/gettext/>
-- Texinfo <http://www.gnu.org/software/texinfo>
+- Automake <https://www.gnu.org/software/automake/>
+- Autoconf <https://www.gnu.org/software/autoconf/>
+- Libtool <https://www.gnu.org/software/libtool/>
+- Gettext <https://www.gnu.org/software/gettext/>
+- Texinfo <https://www.gnu.org/software/texinfo/>
+- Bison <https://www.gnu.org/software/bison/>
+- Flex <https://github.com/westes/flex/>
* Bootstrapping