Compiling Qtractor on Linux Mint

Nicola Landro
1 min readNov 10, 2019

--

Qtractor is an open source audio recording software.

Qtractor

Install the dipendencie:

sudo apt install libjack0
sudo apt install libjack-dev
sudo apt install libsndfile-dev
sudo apt install qt-sdk
sudo apt install jackd

Clone the repository:

git clone git://git.code.sf.net/p/qtractor/code qtractor-code

Run configure file:

cd qtractor-code
./configure

If configure have all needed dependecies it is possible to exec the make command

make
sudo make install

--

--

Nicola Landro

Linux user and Open Source fun. Deep learning PhD. , Full stack web developer, Mobile developer, cloud engineer and Musitian.