-
Notifications
You must be signed in to change notification settings - Fork 201
Setup
Bruce edited this page Sep 21, 2025
·
1 revision
moon框架层API基本都有代码注解,推荐使用vscode获得代码提示能力. 安装vscode并安装lua-language-server插件。
点击下载预编译版本, 这里提供了windows, linux, macos(arm版)下的预编译文件,用于学习使用。
-
premake5下载链接:https://premake.github.io/download -
在MacOs下可以直接使用
brew install premake安装
git clone --recursive https://github.com/sniper00/moon.git# premake5 build # Build Debug 版本
premake5 build --release或者编译并运行
premake5 run --release example/test/main_test.lua编译完成后可执行文件路径在 build/bin/Release/ 或者 build/bin/Debug/ 目录下