Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/doc/build.md

29 lines
520 B
Markdown
Raw Normal View History

2015-08-04 11:10:30 -04:00
# building the daemon #
## requirements ##
* linux or freebsd
2015-10-21 10:45:49 -04:00
* go 1.3 or higher
2015-08-04 11:10:30 -04:00
* libsodium 1.0 or higher
* imagemagick
2015-09-08 22:32:28 -04:00
* ffmpegthumbnailer
* sox
2015-08-04 11:10:30 -04:00
## debian ##
2015-10-21 10:17:40 -04:00
Get the dependancies
2015-10-21 10:45:49 -04:00
sudo apt-get update
sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpegthumbnailer sox build-essential git golang ca-certificates
2015-10-21 10:17:40 -04:00
2015-10-21 10:45:49 -04:00
Check out the repo and build it
2015-08-04 11:10:30 -04:00
2015-10-21 10:45:49 -04:00
git clone https://github.com/majestrate/nntpchan
cd nntpchan
./build.sh
2015-08-04 11:10:30 -04:00
2015-10-16 14:14:42 -04:00
Now configure the database. [next](database.md)