Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: Mithotyn on July 14, 2014, 07:31:20 AM

Title: multimon-ng
Post 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
Title: Re: multimon-ng
Post by: bmarkus on July 15, 2014, 03:21:53 AM
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

Title: Re: multimon-ng
Post by: Mithotyn on July 16, 2014, 04:13:03 AM
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
Title: Re: multimon-ng
Post by: bmarkus on July 16, 2014, 04:42:45 AM
Thanks. In this case maybe Qt5.tcz can be used.