remove use of libsodium in docs
This commit is contained in:
parent
358fe300ed
commit
1a2c5b9e4a
@ -3,8 +3,8 @@
|
|||||||
Install the initial dependencies:
|
Install the initial dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get -y --no-install-recommends install imagemagick libsodium-dev sox git ca-certificates \
|
apt-get -y --no-install-recommends install imagemagick sox git ca-certificates \
|
||||||
libav-tools build-essential tcl8.5 postgresql postgresql-contrib
|
ffmpeg build-essential tcl8.5 postgresql postgresql-contrib
|
||||||
```
|
```
|
||||||
|
|
||||||
##Configure postgresql
|
##Configure postgresql
|
||||||
@ -20,8 +20,8 @@ Download the golang tarball, extract it to `/usr/local`, and add it to the globa
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd /opt
|
cd /opt
|
||||||
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz
|
||||||
tar -C /usr/local/ -xvzf go1.8.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
|
echo 'export PATH="$PATH:/usr/local/go/bin"' >> /etc/profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Install the initial dependencies:
|
Install the initial dependencies:
|
||||||
|
|
||||||
# apt-get -y --no-install-recommends install imagemagick libsodium-dev sox git ca-certificates \
|
# apt-get -y --no-install-recommends install imagemagick sox git ca-certificates \
|
||||||
libav-tools build-essential tcl8.5 postgresql postgresql-contrib golang-go
|
ffmpeg build-essential tcl8.5 postgresql postgresql-contrib golang-go
|
||||||
|
|
||||||
Configure PostgreSQL:
|
Configure PostgreSQL:
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@ NNTPChan can run on the following operating systems:
|
|||||||
|
|
||||||
Dependancies:
|
Dependancies:
|
||||||
|
|
||||||
* libsodium _1.0_ or _higher_
|
|
||||||
* imagemagick
|
* imagemagick
|
||||||
* ffmpeg
|
* ffmpeg
|
||||||
* sox
|
* sox
|
||||||
@ -26,12 +25,12 @@ These are installation instructions for Debian.
|
|||||||
|
|
||||||
### Install Go
|
### 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
|
### Install the dependancies
|
||||||
|
|
||||||
sudo apt-get update
|
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
|
### Get the NNTPChan source
|
||||||
|
|
||||||
@ -58,7 +57,7 @@ Run this to install Go.
|
|||||||
|
|
||||||
### Installing dependancies (standard)
|
### 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)
|
### Installing dependancies (`ffmpeg` is not available in Trisquel repos - there must be compiled)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user