probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

How do I install this program on the arm platform? #578

Closed njustxl closed 1 year ago

njustxl commented 1 year ago

How do I install this program on the arm platform

probonopd commented 1 year ago

Unfortunately there are currently no builds for ARM, only for the x86_64 platform. So you would have to build it from source.

Maybe https://github.com/probonopd/go-appimage/tree/master/src/appimagetool is an alternative for you? It has ARM versions.

njustxl commented 1 year ago

OK,thank you!