diff --git a/doc/building-ubuntu16.10.md b/doc/building-ubuntu16.10.md new file mode 100644 index 0000000..4b506f2 --- /dev/null +++ b/doc/building-ubuntu16.10.md @@ -0,0 +1,16 @@ +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 + +Configure PostgreSQL: + + # su - postgres -c "createuser --pwprompt --encrypted srnd" + # su - postgres -c "createdb srnd" + +Install nntpchan: + + # cd /opt + # git clone https://github.com/majestrate/nntpchan.git + # cd nntpchan + # ./build.sh