40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
# 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`.
|
|
|
|
[KwikModel website](https://kwikmodel.com/)
|
|
|
|
## First try
|
|
|
|
### Install Wine
|
|
|
|
Wine is a windows compatibility layer for running windows applications.
|
|
|
|
```bash
|
|
yay -S wine-git
|
|
```
|
|
|
|
> **NOTE:** I could not get `wine-stable` to install, so had to build from source using the `wine-git` package 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](https://hub.docker.com/r/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](https://gitlab.com/Linaro/windowsonarm/woa-linux#build-and-run-wine-manually), no dice.
|
|
|
|
## Fourth try
|
|
|
|
Install `wine-asahi-git`.
|