Linux Lite Forums
Need Help installing Tutka midi tracker - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18)
+--- Thread: Need Help installing Tutka midi tracker (/showthread.php?tid=6678)



Need Help installing Tutka midi tracker - johnnyboy5000 - 12-31-2019

I want to install a midi tracker app call Tutka


http://www.nongnu.org/tutka/


I downloaded tutka-1.1.3.tar.xz, but double clicking it doesn't install it.  Any tips on how to install this app?


Thanks


Re: Need Help installing Tutka midi tracker - Valtam - 01-01-2020

You could try the Disco Dingo packages from here - https://launchpad.net/ubuntu/+source/tutka/1.1.2-2/+build/16296442


Re: Need Help installing Tutka midi tracker - johnnyboy5000 - 01-01-2020

Thanks, I tried that link and there was a deb file, but the installation failed because I was missing libqt5core5a (>= 5.11.0~rc1) dependency.  I watched some youtube videos on tars and compiling, but I guess it's advanced programming that I'm not able to figure out yet. Though there are alot of midi sequencers that are downloaded and installed with the Terminal.  Even the Renoise Demo.  Bitwig is easy and can be installed with a deb file.  Thanks again for trying to help.  I was playing with VividTracker on ios in the meantine...


Re: Need Help installing Tutka midi tracker - Valtam - 01-02-2020

Worth a shot. If it's any comfort, you'll be able to install Tutka in Series 5.x (Focal Fossa) very easily.

https://launchpad.net/ubuntu/+source/tutka


Re: Need Help installing Tutka midi tracker - johnnyboy5000 - 01-04-2020

Thanks, but I'm still getting the Error: Dependency is not satisfiable: libqt5core5a (>=5.12.2).  So if there were a way to update libqt5core5a  to >=5.12.2.  I think my system is 5.9.  I'm on the most current Linux Lite 4.6. 

Do you know a good tutorial  to install tar files?  I'd like to learn this technique.

Thanks again for your help.


Re: Need Help installing Tutka midi tracker - Valtam - 01-04-2020

The dependency is from another Ubuntu series so it won't work with the .deb method. Sometimes the deps are earlier so it can work, but not on this occasion.
The Tutka source package has a INSTALL file which gives very basic commands to build it. Read those, literally 3 steps Smile

First do:

Code:
sudo apt install cmake gcc g++ qt4-qmake libasound2-dev qt4-dev-tools

Then extract the http://download.savannah.gnu.org/releases/tutka/tutka-1.1.3.tar.xz file, open a Terminal inside the extracted folder and do:

Code:
qmake
make
sudo make install

Working here...

[Image: NZU4xAg.png]


If you still don't have any luck, contact the Tutka developer directly, this is not our software so logically, they would be the best to solve this for you.

I could make you your very own one click installer for you, but would likely charge you $20 US for it.


Re: Need Help installing Tutka midi tracker - johnnyboy5000 - 01-05-2020

I'm not sure what I'm doing wrong, but I following the instructions. I'll have to try contacting the developer.  I really appreciate your help and really like linux lite.




[pre] john ~ sudo apt install cmake gcc g++ qt4-qmake libasound2-dev qt-sdk qt4-dev-tools [sudo] password for john: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package qt-sdk [/pre][pre] john ~ Desktop tutka-1.1.3 qmake qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory john ~ Desktop tutka-1.1.3 make make: *** No targets specified and no makefile found.  Stop. john ~ Desktop tutka-1.1.3 sudo make install [sudo] password for john: make: *** No rule to make target 'install'.  Stop. [/pre]


Re: Need Help installing Tutka midi tracker - Valtam - 01-05-2020

Try this:

Code:
sudo apt install cmake gcc g++ qt4-qmake libasound2-dev qt4-dev-tools

looks like it doesn't need the qt-sdk dependency anymore.

then:

Code:
qmake
make
sudo make install

Then you should see Tutka in the Menu under Multimedia.


Re: Need Help installing Tutka midi tracker - johnnyboy5000 - 01-05-2020

Hooray!!  That worked!  Can't wait to try it out with my midi hardware.  Awesome, thanks again!


Re: Need Help installing Tutka midi tracker - Valtam - 01-05-2020

That's how we roll round here.

Sent from my Mobile phone using Tapatalk