Files
MaaAssistantArknights/src/MaaWineBridge
2024-06-11 23:52:59 +08:00
..
2024-05-12 23:27:46 +08:00
2024-05-12 23:27:46 +08:00
2024-05-12 23:27:46 +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.