Browse Source

Qt4 -> Qt5

I had to manually install some different dependencies. So much to run as to install.
tags/v0.9.1
Alexis Caffa Filipe Coelho <falktx@falktx.com> 4 years ago
parent
commit
20877a8e27
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      INSTALL.md

+ 4
- 4
INSTALL.md View File

@@ -19,12 +19,12 @@ Packagers can make use of the 'PREFIX' and 'DESTDIR' variable during install, li
The required build dependencies are: <i>(devel packages of these)</i>

- JACK
- Qt4
- PyQt4 (Py3 version)
- Qt5
- PyQt5 (Py3 version)

On Debian and Ubuntu, use these commands to install all build dependencies: <br/>
`$ sudo apt-get install libjack-dev libqt4-dev qt4-dev-tools` <br/>
`$ sudo apt-get install python-qt4-dev python3-pyqt4 pyqt4-dev-tools`
`$ sudo apt-get install libjack-jackd2-dev libqt4-dev qt4-dev-tools` <br/>
`$ 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:



Loading…
Cancel
Save