jontio / JAERO

Demodulate and decode Aero signals. These signals contain SatCom ACARS messages as used by planes beyond VHF ACARS range
https://jontio.zapto.org/hda1/jaero.html
MIT License
224 stars 39 forks source link

In addition of ./ci-linux-build.sh, is it possible to get cMake compile support thorugh vscode for other Linux distro- #87

Open Brumi-2021 opened 1 year ago

Brumi-2021 commented 1 year ago

Thanks a lot for your great JAERO developement and maintenance . So far I have received many times ADSB messages (1090 Mhz ) , and also NAVTEXT maritim messages through AM 518 Khz . But so far still no experience about receiving Inmarsat Satellite maritime messages or ACARS plain messages.

I am running pentoo (Gentoo) linux , and at the moment I do not see any ebuild package for compiling Gentoo .

And I believed that your , ./ci-linux-build.sh script is to orientated to Debian distro , and I guess that it will not work in Gentoo, because the Gentoo Portage package system Manager is totally different .

Is it possible to get inside your distribution , the related CMakeLists.txt to be able to compile it throught vscode , as I am doing with some other SDR programms ? (if it is too complicate, I will try to test it in Windows )

Thanks in advance , and contratulations about your great development !