'How to deploy qt applications in raspberrypi 4
i want deploy qt applications in raspberrypi and share apps with other raspberrypi without instal qt. As an executable file. I tried linuxdeployqt but it error "./linuxdeployqt-continuous-x86_64.AppImage: cannot execute binary file: Exec format error" when run AppImage. Can anyone help me? I am using Qt version 5.11
Solution 1:[1]
I would recommend using appimage-builder. You will have to install it using pip3 in your raspberry pi, also it's recommended to use Raspbian (this is where I test it)
Check the appimage-builder documentation for more details.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Alexis |