From 74c92e19a746bec2c469f902e7e62a44453b0f82 Mon Sep 17 00:00:00 2001 From: Mike Bannister Date: Mon, 30 May 2022 19:31:01 -0400 Subject: Show dependency list for Buster venv installs --- doc/install.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install.asciidoc b/doc/install.asciidoc index 70441ec0f..0f44e5a91 100644 --- a/doc/install.asciidoc +++ b/doc/install.asciidoc @@ -69,6 +69,12 @@ from January 2018 is packaged, with QtWebEngine 5.9 based on a Chromium from Jan 2017. It's recommended to either upgrade to Ubuntu 20.04 LTS or <> with a newer PyQt/Qt binary instead. +Note you'll need some basic libraries to use the virtualenv-installed PyQt: + +---- +# apt install --no-install-recommends git ca-certificates python3 python3-venv asciidoc libglib2.0-0 libgl1 libfontconfig1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0 libdbus-1-3 libyaml-dev gcc python3-dev libnss3 libasound2 +---- + Ubuntu 20.04 LTS / Linux Mint 20 (or newer) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3-54-g00ecf