- QT5 ( http://trolltech.com/ ), tested with QT 5.15.1
- JACK ( http://jackaudio.org/ )
- sndfile ( http://www.mega-nerd.com/libsndfile/ )
- fftw ( http://www.fftw.org/ )
- look in
src/src.pro
to modify include dirs if you want - set
PREFIX
(default isC:\Qloud
on Windows or/usr/local
) withqmake
qmake PREFIX=/usr
- run
make
make install INSTALL_ROOT=/my/package/root
The qloud
executable will be in the bin
directory.
- install dependencies
sudo apt install qttools5-dev libjack-jackd2-dev libsndfile1-dev libfftw3-dev libqt5charts5-dev
libjack-jackd2-dev
can be exchanged with libjack-dev
if using jackd1