简体   繁体   中英

How to use premake on *.lua files

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM