there seems to be no qt5 packet with such a name, going back to original version
This commit is contained in:
parent
26ccd51546
commit
b1bdfb3202
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
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
|
||||
|
|
Loading…
Reference in a new issue