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
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...
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.
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:
sudo apt install cmake gcc g++ qt4-qmake libasound2-dev qt4-dev-tools
Then extract the
http://download.savannah.gnu.org/release...1.3.tar.xz file, open a Terminal inside the extracted folder and do:
Code:
qmake
make
sudo make install
Working here...
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.
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]
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.
Hooray!! That worked! Can't wait to try it out with my midi hardware. Awesome, thanks again!
That's how we roll round here.
Sent from my Mobile phone using Tapatalk