01-04-2020, 05:09 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:
Then extract the http://download.savannah.gnu.org/release...1.3.tar.xz file, open a Terminal inside the extracted folder and do:
Working here...
![[Image: NZU4xAg.png]](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.
The Tutka source package has a INSTALL file which gives very basic commands to build it. Read those, literally 3 steps
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
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...
![[Image: NZU4xAg.png]](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.