diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-07-19 10:14:01 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-07-19 10:14:01 -0400 |
commit | 07d47e256815d0c4b902646832a355657727807e (patch) | |
tree | 27a16fbf7448972d894c34300aa97f5c33dfbe47 | |
parent | 5150d320304f958a12d0aa1356b9afec27fa6ba5 (diff) |
README: Add building instructions.
* README.md (Requirements, Building): New sections.
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 ------- |