Re: [Gpsbabel-misc] Installing gpsbabel on Intel Edison
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: Robert L. <rob...@gp...> - 2017-07-17 00:56:09
|
Hi, and Welcome. Qt offers a lot of APIs; a GUI is only one of them. We still have supported (and shipped) the command line version, just like we have for 17 years. Our command line edition uses QtCore for strings, time, and such. Our GUI uses, unsurprisingly, QtGui. I don't know enough about Edison to know where or how they distribute packages. At a glance, Galileo looks like another x86 Linux, and since many popular Linux apps use Qt, it's likely that you won't have to build it from scratch. The question to ask your Galileo community is "how can I get Qt (or at least QtCore...though I won't swear we don't use other Qt modules) for Galileo?" On Sun, Jul 16, 2017 at 5:26 PM, Allen Edwards < all...@ol...> wrote: > Where is a precompiled binary distribution? > > On Sun, Jul 16, 2017 at 3:13 PM, SRE <ste...@cl...> wrote: > >> At 10:26 AM 7/16/17, Allen Edwards wrote: >> >Looking up Qt5 I find it is all about a graphical user interface, >> >which I definitely do not want to install. >> >> I lost the ability to build, and therefore to contribute, when Qt5 >> was incorporated. That's just the way it is now. You'll have to >> install Qt (which I tried and failed to get working on Windoze) >> or install a pre-compiled binary distribution. >> >> > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gpsbabel-misc mailing list http://www.gpsbabel.org > Gps...@li... > To unsubscribe, change list options, or see archives, visit: > https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc > > |