mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #69] Is support Linux Arm ? #44
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seebosmile on GitHub (Sep 18, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/69
Is support Linux Arm like Java+Qt Jambi ?
@pauldotknopf commented on GitHub (Sep 18, 2018):
Yup. .NET Core supports ARM, as well as Qt.
@seebosmile commented on GitHub (Sep 19, 2018):
Thanks , i will try on PI
@pauldotknopf commented on GitHub (Sep 19, 2018):
Great.
Remember that our
Qml.Net.LinuxBinariesis for x64 only. You'll have to manually compile thelibQmlNet.solib and make sure it is inLD_LIBRARY_PATH(or/usr/lib/).@deinok commented on GitHub (Nov 12, 2018):
Can we add support to
linux-armtoQml.Net.LinuxBinaries?