1.1 KiB
1.1 KiB
KwikModel 3D on Arch Linux
These are notes about trying to run KwikModel on arch linux (btw).
I am running arch on ARM (aarch64).
KwikModel
I downloaded the Kesteral of KM (does not have Energy Gauge load calcs). With a version of 1-2-246-9.
First try
Install Wine
Wine is a windows compatibility layer for running windows applications.
yay -S wine-git
NOTE: I could not get
wine-stableto install, so had to build from source using thewine-gitpackage from the AUR. This takes a while to build.
This attempt did not work, I was getting errors that PE cross compilation not found related to mingw-w64.
Second try
Using linaro/wine-arm64 docker image. This I was getting errors that the
image was unexpected type linux/amd64, despite having qemu-user installed.
Third try
Building the linaro/wine-arm64, no dice.
Fourth try
Install wine-asahi-git.