如何在 *.lua 文件上使用 premake

发布于 2024-12-13 01:32:48 字数 135 浏览 1 评论 0原文

如何使用 premake4?我有一个要编译的 .lua 文件。

我下载了可执行文件 premake4 但当我运行 ./premake4 myfile 时出现错误。

How do I use premake4? I have a .lua file that I want to compile.

I downloaded the executable premake4 but when I run ./premake4 myfile it gives me an error.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不疑不惑不回忆 2024-12-20 01:32:48

通常,Premake4 期望执行一个名为 premake4.lua 的脚本。强烈建议您遵守此约定。

但是,如果您绝对必须使用不同的文件,则可以调用 premake4 --file=<在此处插入文件>。但同样,建议您仅使用标准的 Premake 约定。

请注意,Premake 的文档中对此进行了详细说明。甚至命令行帮助也会告诉您如何使用 --file 开关。

Normally, Premake4 expects to execute a script called premake4.lua. You are strongly advised to hold to this convention.

However, if you absolutely must use a different file, you can call premake4 --file=<insert file here>. But again, you are advised to just use standard Premake conventions.

Note that this is all spelled out in Premake's documentation. Even the command-line help will tell you how to use the --file switch.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文