From 1a2c5b9e4a74c5a3f6f57bd95fce2dab673de155 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 26 Aug 2017 12:40:27 -0400 Subject: [PATCH] remove use of libsodium in docs --- doc/building-debian8.5.md | 8 ++++---- doc/building-ubuntu16.10.md | 4 ++-- doc/building.md | 7 +++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/building-debian8.5.md b/doc/building-debian8.5.md index d211156..7efa08c 100644 --- a/doc/building-debian8.5.md +++ b/doc/building-debian8.5.md @@ -3,8 +3,8 @@ Install the initial dependencies: ``` -apt-get -y --no-install-recommends install imagemagick libsodium-dev sox git ca-certificates \ -libav-tools build-essential tcl8.5 postgresql postgresql-contrib +apt-get -y --no-install-recommends install imagemagick sox git ca-certificates \ +ffmpeg build-essential tcl8.5 postgresql postgresql-contrib ``` ##Configure postgresql @@ -20,8 +20,8 @@ Download the golang tarball, extract it to `/usr/local`, and add it to the globa ``` cd /opt -wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz -tar -C /usr/local/ -xvzf go1.8.linux-amd64.tar.gz +wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz +tar -C /usr/local/ -xvzf go1.9.linux-amd64.tar.gz echo 'export PATH="$PATH:/usr/local/go/bin"' >> /etc/profile ``` diff --git a/doc/building-ubuntu16.10.md b/doc/building-ubuntu16.10.md index 7a84774..696f29e 100644 --- a/doc/building-ubuntu16.10.md +++ b/doc/building-ubuntu16.10.md @@ -1,7 +1,7 @@ Install the initial dependencies: - # apt-get -y --no-install-recommends install imagemagick libsodium-dev sox git ca-certificates \ - libav-tools build-essential tcl8.5 postgresql postgresql-contrib golang-go + # apt-get -y --no-install-recommends install imagemagick sox git ca-certificates \ + ffmpeg build-essential tcl8.5 postgresql postgresql-contrib golang-go Configure PostgreSQL: diff --git a/doc/building.md b/doc/building.md index beabbee..12f7285 100644 --- a/doc/building.md +++ b/doc/building.md @@ -13,7 +13,6 @@ NNTPChan can run on the following operating systems: Dependancies: -* libsodium _1.0_ or _higher_ * imagemagick * ffmpeg * sox @@ -26,12 +25,12 @@ These are installation instructions for Debian. ### Install Go -Install the Go programming language version _1.6_ from the [Go website](https://golang.org/dl/). +Install the Go programming language version _1.9_ from the [Go website](https://golang.org/dl/). ### Install the dependancies sudo apt-get update - sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpeg sox build-essential git ca-certificates postgresql postgresql-client + sudo apt-get --no-install-recommends install imagemagick ffmpeg sox build-essential git ca-certificates postgresql postgresql-client ### Get the NNTPChan source @@ -58,7 +57,7 @@ Run this to install Go. ### Installing dependancies (standard) - sudo apt-get --no-install-recommends install imagemagick libsodium-dev sox build-essential git ca-certificates postgresql postgresql-client + sudo apt-get --no-install-recommends install imagemagick sox build-essential git ca-certificates postgresql postgresql-client ### Installing dependancies (`ffmpeg` is not available in Trisquel repos - there must be compiled)