QuasarApp / CQtDeployer

This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
https://quasarapp.ddns.net:3031/docs/QuasarApp/CQtDeployer/latest/
GNU Lesser General Public License v3.0
576 stars 87 forks source link

Support Arm64 #416

Closed EndrII closed 4 years ago

EndrII commented 4 years ago

Currently, cqtdeployer can parse Arm32 files. Need to add support for Arm64

EndrII commented 4 years ago

For parsing the ELF library format use an ELFIO library

aderbas commented 4 years ago

$ sudo snap install cqtdeployer

error: snap "cqtdeployer" is not available on stable for this architecture (arm64) but exists on
       other architectures (amd64).

Not work in Raspberry Pi 4?

EndrII commented 4 years ago

@aderbas Hi, sory but you need to build cqtdeployer from source for ARM platform. In the current time we do not have a complete build for ARM platform. See the issue #199

You can build cqtdeployer on a x86 host a with cross-platform compiler and deploy project use a CQtDeployer x86 from the Snap store.

aderbas commented 4 years ago

Thanks!