From 20877a8e27a521c302688bbe0f36844d5aab33fe Mon Sep 17 00:00:00 2001 From: Alexis Caffa Date: Wed, 11 Sep 2019 20:51:57 -0300 Subject: [PATCH] Qt4 -> Qt5 I had to manually install some different dependencies. So much to run as to install. --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 7451c3a..21a3f44 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,12 +19,12 @@ Packagers can make use of the 'PREFIX' and 'DESTDIR' variable during install, li The required build dependencies are: (devel packages of these) - JACK - - Qt4 - - PyQt4 (Py3 version) + - Qt5 + - PyQt5 (Py3 version) On Debian and Ubuntu, use these commands to install all build dependencies:
-`$ sudo apt-get install libjack-dev libqt4-dev qt4-dev-tools`
-`$ sudo apt-get install python-qt4-dev python3-pyqt4 pyqt4-dev-tools` +`$ sudo apt-get install libjack-jackd2-dev libqt4-dev qt4-dev-tools`
+`$ sudo apt-get install python-qt5-dev python3-pyqt5 pyqt5-dev-tools python3-pyqt5.qtsvg` To run all the apps/tools, you'll additionally need: