From 88d3b34ccea3bb1121836ed6028ddd06c0f34ff1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 19 Jul 2015 10:16:41 -0400 Subject: Add GNU Guix development environment helper. * package.scm: New file. * README.md: Document it. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5243c54..954312f 100644 --- a/README.md +++ b/README.md @@ -50,16 +50,23 @@ Requirements GNU Guile >= 2.0.9 -Building --------- +Building from Git +----------------- Haunt uses the familiar GNU build system. GNU automake, autoconf, and -make are required to build from source. +make are required to build from a git checkout. ``` ./bootstrap && ./configure && make ``` +GNU Guix users can create a build environment with all necessary +dependencies using the handy `guix environment` tool: + +``` +guix environment -l package.scm +``` + License ------- -- cgit v1.2.3