summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-01-15 16:42:09 +0100
committerMathieu Lirzin <mthl@gnu.org>2018-01-18 00:03:19 +0100
commite8c08f51888c85006c54755e86337a1ddcdc5c42 (patch)
tree9675dc98169ab0c13d1fbcc4199ea4651fdd5207
parentdc67b18d6648899ee284b66ca1529c47495672ea (diff)
downloadautomake-e8c08f51888c85006c54755e86337a1ddcdc5c42.tar.gz
maint: Document how to use Guix for Automake development
* HACKING <Setting the development environment>: New part.
-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