Archived
1
0

update build documentation

This commit is contained in:
Jeff Becker
2016-03-09 08:40:18 -05:00
parent 5b8d338840
commit c5a5fb57d9

View File

@@ -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)