summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-07-19 10:16:41 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-07-19 10:16:41 -0400
commit88d3b34ccea3bb1121836ed6028ddd06c0f34ff1 (patch)
tree7ca4ceb8ec2db1d53ff54a48f1ce0fea9227238b /README.md
parent07d47e256815d0c4b902646832a355657727807e (diff)
Add GNU Guix development environment helper.
* package.scm: New file. * README.md: Document it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
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
-------