Archived
1
0

Update build.md

This commit is contained in:
Tristan B. Kildaire 2016-06-04 17:16:08 +02:00
parent 7612b629ad
commit 4f204fd873

View File

@ -1,19 +1,21 @@
# building the daemon # Bulllding the NNTPChan server
=============================
##Requirements
## requirements ## NNTPChan can run on the following operating systems:
* linux or freebsd * Linux
* libsodium 1.0 or higher * FreeBSD
Dependancies:
* libsodium _1.0_ or _higher_
* imagemagick * imagemagick
* ffmpeg * ffmpeg
* sox * sox
* go _1.6_ or _higher_ **with redis driver**
## supported go versions ## * go _1.3_ or _higher_ **without redis driver**
* `go 1.6` or higher with redis driver
* `go 1.3` or higher without redis driver
## debian ## ## debian ##