hint for builder
This commit is contained in:
parent
00a12d87fa
commit
0ae7fd50a8
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
#!/bin/bash
|
||||
echo Today (2019-05-27) it is maybe best to build the deb it on Ubuntu 16.04
|
||||
echo Since there are no versions specified of the libraries it will takte current
|
||||
echo so it would also run on Ubuntu 17,18,19 or Debian 9/10
|
||||
echo press a [KEY] to continue or [CTRL]-C to abort
|
||||
read
|
||||
|
||||
sudo apt-get install devscripts build-essential lintian dh-make
|
||||
sudo apt-get install qtdeclarative5-dev qt5-default libjack-jackd2-dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue