Linux Lite Forums

Software - Support => Installing Software => Topic started by: johnnyboy5000 on December 31, 2019, 01:57:13 PM

Title: Need Help installing Tutka midi tracker
Post by: johnnyboy5000 on December 31, 2019, 01:57:13 PM
I want to install a midi tracker app call Tutka


http://www.nongnu.org/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
Title: Re: Need Help installing Tutka midi tracker
Post by: Jerry on January 01, 2020, 01:42:04 AM
You could try the Disco Dingo packages from here - https://launchpad.net/ubuntu/+source/tutka/1.1.2-2/+build/16296442
Title: Re: Need Help installing Tutka midi tracker
Post by: johnnyboy5000 on January 01, 2020, 04:35:03 PM
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...
Title: Re: Need Help installing Tutka midi tracker
Post by: Jerry on January 01, 2020, 10:46:36 PM
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
Title: Re: Need Help installing Tutka midi tracker
Post by: johnnyboy5000 on January 03, 2020, 11:02:18 PM
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.
Title: Re: Need Help installing Tutka midi tracker
Post by: Jerry on January 04, 2020, 12:09:44 AM
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 :)

First do:

Code: [Select]
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 (http://download.savannah.gnu.org/releases/tutka/tutka-1.1.3.tar.xz) file, open a Terminal inside the extracted folder and do:

Code: [Select]
qmake
make
sudo make install

Working here...

(https://i.imgur.com/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.
Title: Re: Need Help installing Tutka midi tracker
Post by: johnnyboy5000 on January 04, 2020, 08:13:27 PM
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.




 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 
 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. 
Title: Re: Need Help installing Tutka midi tracker
Post by: Jerry on January 05, 2020, 12:19:01 AM
Try this:

Code: [Select]
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: [Select]
qmake
make
sudo make install

Then you should see Tutka in the Menu under Multimedia.
Title: Re: Need Help installing Tutka midi tracker
Post by: johnnyboy5000 on January 05, 2020, 10:15:07 AM
Hooray!!  That worked!  Can't wait to try it out with my midi hardware.  Awesome, thanks again!
Title: Re: Need Help installing Tutka midi tracker
Post by: Jerry on January 05, 2020, 11:00:09 AM
That's how we roll round here.

Sent from my Mobile phone using Tapatalk