Archived
1
0

Update building.md

This commit is contained in:
Tristan B. Kildaire 2016-06-05 13:13:14 +02:00
parent a425ffea8f
commit 9042f0f3b0

View File

@ -53,7 +53,7 @@ These are installation instructions for Trisquel.
###Installing dependancies
####Standard install
####Standard dependancies
sudo apt-get update
sudo apt-get --no-install-recommends install imagemagick libsodium-dev sox build-essential git ca-certificates
@ -80,3 +80,24 @@ Run this to install Go.
Run this to install Redis.
sudo apt-get install redis-server
###Installing Postgres (WIP)
Run this to install Postgres.
sudo apt-get install Postgres
###Get the NNTPChan source
git clone https://github.com/majestrate/nntpchan --depth=1
cd nntpchan
###Now compile!
If you want to compile with Redis support (recommended - Redis is easy to use) then run:
./build.sh
If you want to build without support for Redis then build with the `--no-redis` flag:
./build.sh --no-redis