summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING11
1 files changed, 11 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 19e586448..059ef5ab2 100644
--- a/HACKING
+++ b/HACKING
@@ -145,6 +145,17 @@
* 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