Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: Mithotyn on July 14, 2014, 07:31:20 AM
-
Hi all, hi Bela
i would like to use "multimon-ng" as decoder software for ham radio purposes.
https://github.com/EliasOenal/multimon-ng
Isn't it a good candidate to add it into the repo? :-)
I have no possibilities to cross compile it for armv6 and build my own extension, so help would be appreciated!
Thanks in advance!
Joachim
-
Thanks for the advice.
It looks a Qt application. At the moment we have Qt5 in the repo, Qt4 is missing due to build issues. Will check which one is needed by multimon-ng
-
Hi!
Thanks for your reply!
As far as i can see, "qmake" (as part of QT) is only needed for compiling. The app itself is a plain old command line executable with (hopefully) no weird dependencies.
If you can translate the *.pro file to a standard makefile, there won't be a reason to use qmake at all.
Greetings.
Joachim
-
Thanks. In this case maybe Qt5.tcz can be used.