From b1bdfb3202e5bc760bcc37628ccf8194949867e6 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 30 Jul 2014 17:53:08 +0000 Subject: [PATCH] there seems to be no qt5 packet with such a name, going back to original version --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index a005590f..38af6242 100755 --- a/INSTALL +++ b/INSTALL @@ -36,10 +36,10 @@ Rquired software: QT, a compiler like Visual Studio, ASIO development files Linux: ------ -Required packages: Build-Essential, QT5 (devel packages, too!), Jack (devel packages, too!) +Required packages: Build-Essential, QT4 (devel packages, too!), Jack (devel packages, too!) On the most common Linux distributions, the following command should prepare the system for compilation: - sudo apt-get install build-essential libqt5-dev libjack-dev + sudo apt-get install build-essential libqt4-dev libjack-dev - qmake Jamulus.pro - make clean