Linux: support cross-compile native library for ARM64 on x86_64 Linux (issue #899)

This commit is contained in:
Karl Tauber
2025-01-18 14:45:02 +01:00
parent 6c77b81277
commit 0ea188f8db
6 changed files with 95 additions and 10 deletions

View File

@@ -8,8 +8,8 @@ The native library can be built only on Windows and requires a C++ compiler.
Tested with Microsoft Visual C++ (MSVC) 2019 and 2022 (comes with Visual Studio
2019 and 2022).
The native library is available for folloging CPU architectures: `x86_64` (or
`amd64`), `x86` and `arm64`.
The native library is available for following CPU architectures: `x86_64` (or
`amd64`), `x86` and `arm64` (or `aarch64`).
To be able to build FlatLaf on any platform, and without C++ compiler, the
pre-built DLLs are checked into Git at