summaryrefslogtreecommitdiffstats
path: root/development/premake5/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/premake5/README')
-rw-r--r--development/premake5/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/premake5/README b/development/premake5/README
new file mode 100644
index 0000000000..8ae81ae60d
--- /dev/null
+++ b/development/premake5/README
@@ -0,0 +1,8 @@
+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.