From 07d47e256815d0c4b902646832a355657727807e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 19 Jul 2015 10:14:01 -0400 Subject: README: Add building instructions. * README.md (Requirements, Building): New sections. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9f6df30..5243c54 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,21 @@ directory named `posts`. Then run `haunt build`! To view your creation, run `haunt serve` and browse to `localhost:8080`. +Requirements +------------ + +GNU Guile >= 2.0.9 + +Building +-------- + +Haunt uses the familiar GNU build system. GNU automake, autoconf, and +make are required to build from source. + +``` +./bootstrap && ./configure && make +``` + License ------- -- cgit v1.2.3