mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
MAA Wine Bridge
Getting Started
$ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=winegcc.cmake
$ cmake --build build
$ cmake --install build --prefix build
Place build/MaaCore.dll next to MAA.exe. When is gets loaded by Wine, it will load libMaaCore.so from the same directory and forward calls to it.