acebrianjuan / gnss-sdr-monitor

A graphical user interface to monitor the GNSS-SDR status in real time
GNU General Public License v3.0
84 stars 37 forks source link

Ubuntu version #4

Closed carlesfernandez closed 4 years ago

carlesfernandez commented 4 years ago

Please state in the README file which Ubuntu version the package list is referred to.

For instance, the provided list does not work for Ubuntu 16.04.

acebrianjuan commented 4 years ago

Dear @carlesfernandez,

I have added the Ubuntu versions upon which the gnss-sdr-monitor GUI can be built using the packages listed in the README file. You can review the fix in commit d538c86.

Please note that, as of today, the GUI is being developed using Qt version 5.9.0, so this means that compatibility is guaranteed only for Ubuntu 18.04 or above (whose official packages use Qt versions 5.9.5 and above). To my knowledge, the official Qt packages in Ubuntu 16.04 are frozen at version 5.5.1, so this this means that building the GUI will not be possible unless you upgrade your Qt installation manually.

Thank you for reporting this issue.

Regards, Álvaro

carlesfernandez commented 4 years ago

Thanks!