summaryrefslogtreecommitdiff
path: root/doc/install.asciidoc
diff options
context:
space:
mode:
authorSlackhead <1039402+slackhead@users.noreply.github.com>2018-08-09 18:46:01 +0100
committerSlackhead <1039402+slackhead@users.noreply.github.com>2018-08-09 18:46:01 +0100
commite6122b9a5ec74972ef5ed106f69803544d1fd686 (patch)
treed34b75dbf61e7351a68cc920d522067337a29ec6 /doc/install.asciidoc
parente927fecbbc12053d2e64deddf4bc89e570f0dcc6 (diff)
downloadqutebrowser-e6122b9a5ec74972ef5ed106f69803544d1fd686.tar.gz
qutebrowser-e6122b9a5ec74972ef5ed106f69803544d1fd686.zip
Add slackware installation instructions
Diffstat (limited to 'doc/install.asciidoc')
-rw-r--r--doc/install.asciidoc32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index f5fccb32e..d9d8be2cc 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -222,6 +222,38 @@ There are prebuilt RPMs available at https://software.opensuse.org/download.html
To use the QtWebEngine backend, install `libqt5-qtwebengine`.
+On Slackware
+------------
+
+qutebrowser is available in the 3rd party repository at http://slackbuilds.org[slackbuilds.org]
+
+An easy way to install it is with sbopkg (frontend for slackbuilds.org) available at http://sbopkg.org[sbopkg.org]
+
+sbopkg can be run with a dialog screen interface, or via command line options.
+
+After installing the latest sbopkg package, choose your release version, and sync the repo.
+
+----
+sbopkg -V 14.2
+sbopkg -r
+----
+
+The pyPEG2 and MarkupSafe dependencies both need building for python3. You can either set PYTHON3=yes in the shell or set those as options in the dialog menu for each.
+
+Generate a queue file for qutebrowser and dependencies:
+
+----
+sqg -p qutebrowser
+----
+
+Then load the queue in the dialog queue menu or via:
+
+----
+PYTHON3=yes sbopkg -b qutebrowser
+----
+
+If you use the dialog screen you can deselect any already-installed packages that you don't need/want to rebuild before starting the build process.
+
On OpenBSD
----------