From 104c85366618b2509e06a3cc0e45b481eb771286 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 29 Oct 2024 05:02:20 +0100 Subject: [PATCH] doc: Don't mention Java dependency. * doc/build-automation.texi (Building gnulib): Remove Java from the needed tools. --- ChangeLog | 6 ++++++ doc/build-automation.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36047f37c8..ab410f9d41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-10-29 Bruno Haible + + doc: Don't mention Java dependency. + * doc/build-automation.texi (Building gnulib): Remove Java from the + needed tools. + 2024-10-28 Collin Funk doc: Mention Python dependency. diff --git a/doc/build-automation.texi b/doc/build-automation.texi index 54aa218996..f4c090548b 100644 --- a/doc/build-automation.texi +++ b/doc/build-automation.texi @@ -10,8 +10,8 @@ your favorite platform, you may perform these steps: Install the proper development tools. To build and test all of Gnulib, you will need development tools for the programming languages -C, C++, Java, Perl, and Python along with standard POSIX utilities such -as @command{awk}, @command{make} and @command{sh}. You will also need +C, C++, Python, and Perl, along with standard POSIX utilities such +as @command{awk}, @command{make}, and @command{sh}. You will also need development tools that include Autoconf, Automake, Bison, Gettext, Git, GNU M4, Gperf, Libtool, and Texinfo. Some of these tools are needed only by some modules. More details can be found in Gnulib's -- 2.39.5