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

Deploy APP for target device(arm linux) on host machine (x86 linux) #569

Closed zhengbin-tdcq closed 1 year ago

zhengbin-tdcq commented 1 year ago

Hi all, I'm working on deploying my app for target device(arm linux) on host machine (x86 linux). How should I use the linuxdeployqt?Any ideas? Thanks!

zhengbin-tdcq commented 1 year ago

is there anyone can help me ? thanks all.

probonopd commented 1 year ago

The easiest way is to use an ARM machine to make AppImages for ARM. After all, you probably also need to compile what goes into the AppImage on an ARM machine?

linuxdeployqt currently does not have cross-compilation-like capabilities.