From 5177e656b61ce34df38dc4bf1577eacc861a4548 Mon Sep 17 00:00:00 2001 From: zwarag Date: Wed, 15 Jul 2015 12:30:23 +0200 Subject: [PATCH 1/3] adding fedora installation guide --- INSTALL.asciidoc | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 115a56531..699c9ee63 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -77,6 +77,48 @@ your `$PATH` (e.g. `/usr/local/bin/qutebrowser` or `~/bin/qutebrowser`): Please also read about <>. +On Fedora +------------------ + +qutebrowser should run on these systems: + +* Fedora 22 + +Install the dependencies via dnf: + +---- +# dnf update +# dnf install python3-qt5 python-tox python3-sip +---- + +To generate the documentation for the `:help` command, when using the git +repository (rather than a release): + +---- +# dnf install asciidoc +$ python3 scripts/asciidoc2html.py +---- + +Then run tox like this to set up a +https://docs.python.org/3/library/venv.html[virtual environment]: + +---- +$ tox -e mkvenv +---- + +This installs all needed Python dependencies in a `.venv` subfolder. The +system-wide Qt5/PyQt5 installations are symlinked into the virtual environment. + +You can then create a simple wrapper script to start qutebrowser somewhere in +your `$PATH` (e.g. `/usr/local/bin/qutebrowser` or `~/bin/qutebrowser`): + +---- +#!/bin/bash +~/path/to/qutebrowser/.venv/bin/python3 -m qutebrowser "$@" +---- + +Please also read about <>. + On Archlinux ------------ From 8f0266f06aed49e903e101e1d5e6cb5ef0719f1e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 17 Jul 2015 06:51:29 +0200 Subject: [PATCH 2/3] Simplify Fedora version list. --- INSTALL.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 699c9ee63..92f66759c 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -80,9 +80,7 @@ Please also read about <>. On Fedora ------------------ -qutebrowser should run on these systems: - -* Fedora 22 +qutebrowser should run on Fedora 22. Install the dependencies via dnf: From 4c2393b61a3097f55adb114d1a41c9533d4a22f4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 17 Jul 2015 06:51:41 +0200 Subject: [PATCH 3/3] Regenerate authors --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index 55a32c298..0fa92eb37 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -162,6 +162,7 @@ Contributors, sorted by the number of commits in descending order: * Larry Hynes * Fritz V155 Reichwald * Franz Fellner +* zwarag * error800 * Tim Harder * Thorsten Wißmann