From c5a5fb57d940149f59f3de0a730d800c480e4c7b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 9 Mar 2016 08:40:18 -0500 Subject: [PATCH] update build documentation --- doc/build.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index b3e629d..90511a5 100644 --- a/doc/build.md +++ b/doc/build.md @@ -4,12 +4,17 @@ ## requirements ## * linux or freebsd -* go 1.3 or higher * libsodium 1.0 or higher * imagemagick * ffmpegthumbnailer * sox +## supported go versions ## + +* `go 1.6` or higher with redis driver + +* `go 1.3` or higher without redis driver + ## debian ## @@ -25,4 +30,8 @@ Check out the repo and build it cd nntpchan ./build.sh +If you want to build without supporting redis then build with the `--no-redis` flag + + ./build.sh --no-redis + Now configure the database. [next](database.md)