From cee850dcec533afbffe707a596ed6f0df90fa839 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Mon, 4 May 2015 01:33:59 +0200 Subject: [PATCH] Update Slackware install instructions --- INSTALL.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e81ca7082..0512ecc8e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -78,17 +78,14 @@ yum install qt-devel qt-doc qt-creator qt5-qtsvg opencv-devel openal-soft-devel ``` Slackware: - -You can grab slackbuilds of the needed dependencies here: +```bash +You can grab SlackBuilds of the needed dependencies here: http://slackbuilds.org/repository/14.1/libraries/OpenAL/ - http://slackbuilds.org/repository/14.1/libraries/qt5/ - http://slackbuilds.org/repository/14.1/libraries/opencv/ - -http://slackbuilds.org/slackbuilds/14.1/graphics/qrencode/ - +http://slackbuilds.org/repository/14.1/graphics/qrencode/ +``` ###Tox Core @@ -109,6 +106,14 @@ Fedora: yum install libtool autoconf automake check check-devel ``` +Slackware: +```bash +You can grab SlackBuilds of the needed dependencies here: + +http://slackbuilds.org/repository/14.1/audio/opus/ +http://slackbuilds.org/repository/14.1/libraries/libvpx/ +``` + Now you can either follow the instructions at https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#unix or use the "bootstrap.sh" script located at "/home/user/qTox". The script will automatically download and install Tox Core and libsodium to "/home/user/qTox/libs": ```bash