Files
MaaAssistantArknights/src/MaaCore
2023-04-13 00:55:34 +08:00
..
2023-04-12 13:36:40 +08:00
2022-12-02 00:22:47 +08:00
2022-12-02 00:22:47 +08:00
2023-03-06 18:22:39 +08:00
2022-12-02 00:22:47 +08:00

MaaCore

MAA 底层 C++ 模块

开发相关

Windows

  1. 下载预构建的第三方库

    python maadeps-download.py
    
  2. 使用 Visual Studio 2022 打开 MAA.sln,右键 MaaWpfGui,设为启动项目

  3. 右键 MaaWpfGui - 属性 - 调试 - 启用本地调试(这样就能把断点挂到 C++ Core 那边了)

  4. (可选)若准备提交 PR建议启用 clang-format 支持

Linux | macOS

请参考 Linux 编译教程