]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
README.md: mention Python as requirement instead of AutoGen
authorDaiki Ueno <ueno@gnu.org>
Wed, 5 Jan 2022 07:09:36 +0000 (08:09 +0100)
committerDaiki Ueno <ueno@gnu.org>
Sat, 15 Jan 2022 08:25:56 +0000 (09:25 +0100)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
README.md
bootstrap.conf

index 106c7694dc217ace429edbd8c8b6a0c956a7e06a..d58542e7778f17f43784ce1e596c61a1ff044cdb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ We require several tools to check out and build the software, including:
 * [Make](https://www.gnu.org/software/make/)
 * [Automake](https://www.gnu.org/software/automake/) (use 1.11.3 or later)
 * [Autoconf](https://www.gnu.org/software/autoconf/)
-* [Autogen](https://www.gnu.org/software/autogen/) (use 5.16 or later)
+* [Python](https://www.python.org/) (use 3.6 or later)
 * [Libtool](https://www.gnu.org/software/libtool/)
 * [Gettext](https://www.gnu.org/software/gettext/)
 * [Texinfo](https://www.gnu.org/software/texinfo/)
@@ -58,7 +58,7 @@ some hints:
 Debian/Ubuntu:
 ```
 apt-get install -y dash git-core autoconf libtool gettext autopoint
-apt-get install -y automake autogen nettle-dev libp11-kit-dev libtspi-dev libunistring-dev
+apt-get install -y automake python3 nettle-dev libp11-kit-dev libtspi-dev libunistring-dev
 apt-get install -y guile-2.2-dev libtasn1-6-dev libidn2-0-dev gawk gperf
 apt-get install -y libtss2-dev libunbound-dev dns-root-data bison gtk-doc-tools
 apt-get install -y texinfo texlive texlive-generic-recommended texlive-extra-utils
@@ -76,7 +76,7 @@ yum install -y libtasn1-tools unbound-devel bison gtk-doc texinfo texlive
 ```
 
 Sometimes, you may need to install more recent versions of Automake,
-Nettle, P11-kit and Autogen, which you will need to build from sources. 
+Nettle, and P11-kit, which you will need to build from sources. 
 
 Dependencies that are used during make check or make dist are listed below.
 Moreover, for basic interoperability testing you may want to install openssl
index e7f9430a7881d13d9b1cb650de20951709c85a98..4392236bbc54e4df6664040accfa613b32accc58 100644 (file)
@@ -50,7 +50,6 @@ git        1.4.4
 perl       5.5
 gperf      -
 autopoint  -
-autogen    -
 "
 
 # update git submodules