linux-installer icon indicating copy to clipboard operation
linux-installer copied to clipboard

ARM support

Open Mulgish opened this issue 1 year ago • 5 comments

Hello,

It will be very useful to be able to run open-eid software on single board computers which are utilizing armhf or arm64 architectures.

Are there any plans on supporting the above or documenting the compilation process?

Mulgish avatar Jan 12 '23 18:01 Mulgish

It should be running out of the box on arm. MacOS is running natively on arm64. Also libdigidocpp is compiling on arm and arm64 for android. While back I tried to compile Ubuntu packages successfully in launchpad.net. (Uploading with dput tool dsc files)

metsma avatar Jan 16 '23 19:01 metsma

@metsma It does not work on Ubuntu running on hardware with an ARM processor (i use it on my MacBook M1), I tested yesterday on different versions of distributions from 22.04.2 onwards, including the latest beta 23.04 (Lunar Lobster). The installer first says it is not supported, then crashes with the error that the open-id (or something similar) is simply not found in the repository. This is expected, because there is nothing related to ARM in the repository, only 86_64.

ghost avatar Apr 19 '23 11:04 ghost

RIA does not provide arm64 packages to Windows and Ubuntu. There is possible build packages from source

metsma avatar Apr 19 '23 12:04 metsma

Not sure if this is possible as QT does not support arm at all on Linux. https://doc.qt.io/qt-6/supported-platforms.html#desktop-platforms

Mulgish avatar Apr 28 '23 19:04 Mulgish

Distributions have arm packages https://packages.ubuntu.com/kinetic/libqt6core5compat6

metsma avatar Apr 29 '23 03:04 metsma