From c1179a6106a98e53f4f967971f1572c9b2eb4e5e Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 16 Jul 2016 09:37:17 +0000 Subject: [PATCH] updates for jack installation packet --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 0f30edf7..3f88894a 100755 --- a/INSTALL +++ b/INSTALL @@ -39,7 +39,7 @@ Linux: 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 libqt4-dev libjack-dev + sudo apt-get install build-essential libqt4-dev libjack-jackd2-dev - qmake Jamulus.pro - make clean @@ -53,8 +53,6 @@ are using. Use qmake "CONFIG+=nosound" Jamulus.pro for pure server installation which does not require the Jack packages. -The legacy CELT support can be disabled with qmake "CONFIG+=nocelt" Jamulus.pro - To use an external shared OPUS library instead of the built-in use qmake "CONFIG+=opus_shared_lib" Jamulus.pro. @@ -63,6 +61,8 @@ To use this file configure the software with qmake "CONFIG+=noupcasename" Jamulus.pro to make sure the output target name of this software is jamulus instead of Jamulus (see content of jamulus.desktop). +Jamulus is also compatible with Qt5. + Mac: ----