]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: Document how to use Guix for Automake development
authorMathieu Lirzin <mthl@gnu.org>
Mon, 15 Jan 2018 15:42:09 +0000 (16:42 +0100)
committerMathieu Lirzin <mthl@gnu.org>
Wed, 17 Jan 2018 23:03:19 +0000 (00:03 +0100)
* HACKING <Setting the development environment>: New part.

HACKING

diff --git a/HACKING b/HACKING
index 19e586448d8836837f0e91bcbab99f54c0ffaab8..059ef5ab2d26b05e0cf9644ff6e055a61d034f6b 100644 (file)
--- a/HACKING
+++ b/HACKING
 * For more information, refer to the extensive discussion associated
   with automake bug#13578.
 
+===========================================================================
+= Setting the development environment
+
+* The required and optional dependencies used by Automake and its test suite
+  can be automatically fetched using the GNU Guix package manager with the
+  following command:
+
+  $ guix environment automake --ad-hoc \
+      gettext help2man texinfo libtool flex bison dejagnu zip icedtea \
+      python gcc-toolchain gfortran pkg-config vala
+
 ============================================================================
 = Working with git