summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-07-04 10:57:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-07-04 10:57:49 +0200
commita3d4ad2682899980db6ab18a58d49724bdb1be1f (patch)
tree83f22861ceab3fc1c8d42660a146ff5199aff913
parent81653169bfa4a45e44589afeab3276b0182aa458 (diff)
downloadqutebrowser-a3d4ad2682899980db6ab18a58d49724bdb1be1f.tar.gz
qutebrowser-a3d4ad2682899980db6ab18a58d49724bdb1be1f.zip
Remove OpenSSL caveat
Qt comes with OpenSSL 1.1 now!
-rw-r--r--doc/install.asciidoc13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index f4391b9f9..961579564 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -428,19 +428,6 @@ binary, but has a few caveats:
this.
- It only works on 64-bit x86 systems, with other architectures you'll get the
same error.
-- If your distribution uses OpenSSL 1.1 (like Debian Stretch or Archlinux),
- you'll need to set `LD_LIBRARY_PATH` to the OpenSSL 1.0 directory
- (`export LD_LIBRARY_PATH=/usr/lib/openssl-1.0` on Archlinux) before starting
- qutebrowser if you want SSL to work in certain downloads (e.g. for
- `:adblock-update` or `:download`).
- * On Ubuntu (tested on 18.04), you will need to install the `libssl1.0.0`
- package (`apt install libssl1.0.0`). Then, in the qutebrowser git
- repository, create a directory named `libssl` (`mkdir libssl`), and link
- `libcrypto.so.1.0.0` and `libssl.so.1.0.0` into it without the versioning
- part in their names (`ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
- libssl/libcrypto.so` and `ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
- libssl/libssl.so`). Now you can start qutebrowser issuing `export
- LD_LIBRARY_PATH=$(pwd)/libssl` beforehand.
- It comes with a QtWebEngine compiled without proprietary codec support (such
as h.264).