slackbuilds_ponce/development/premake5/README
Sean Eubanks 3d7f54431a
development/premake5: Added (build configuration tool)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-27 08:08:50 +07:00

8 lines
356 B
Text

premake5 (build configuration tool)
Premake is a command line utility which reads a scripted definition of
a software project and, most commonly, uses it to generate project
files for toolsets like Visual Studio, Xcode, or GNU Make.
Use the built-in general purpose Lua scripting engine (plus lots of
extras) to make build configuration tasks a breeze.