tumic0 / GPXSee

GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files.
https://www.gpxsee.org
GNU General Public License v3.0
976 stars 132 forks source link

GPXSee on arm64 #427

Closed NotSoOldGit closed 2 years ago

NotSoOldGit commented 2 years ago

Hi, Not so much an issue, as a request. I need GPXSee on Userland(Ubuntu) for arm64 for my tablet. So, how to build this from source? If possible, I'd prefer to do this on a Ubuntu amd64 laptop and cross compile to arm64 & then create a deb package. How does the following need to change?

lrelease gpxsee.pro qmake gpxsee.pro make

Regards Paul

NOTE: I already have qmapshack for this, but it a large install.

tumic0 commented 2 years ago

There is nothing special when building on arm64, the procedure is the same as when building on x86. See the GPXSee OBS builds for an example. If you want to cross-compile GPXSee you will need all the usual setup (compiler, Qt libraries for the target platform, etc.), but I really can not give you any support here.