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
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -4,12 +4,17 @@
## requirements ## ## requirements ##
* linux or freebsd * linux or freebsd
* go 1.3 or higher
* libsodium 1.0 or higher * libsodium 1.0 or higher
* imagemagick * imagemagick
* ffmpegthumbnailer * ffmpegthumbnailer
* sox * sox
## supported go versions ##
* `go 1.6` or higher with redis driver
* `go 1.3` or higher without redis driver
## debian ## ## debian ##
@ -25,4 +30,8 @@ Check out the repo and build it
cd nntpchan cd nntpchan
./build.sh ./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) Now configure the database. [next](database.md)