summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 88fc88a..b028e7d 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ See HISTORY for a summary of changes since the last released version.
In the LuaDist distribution the default makefiles have been replaced with
CMake. To build Lua use the following approach.
> mkdir _build && cd_build
- > ccmake .. # Set up configuration
+ > ccmake .. # Set up configuration, alternatively use cmake-gui on Windows.
> cmake --build . --target install
The default makefile should work too, you just need to edit src/luaconf.h.orig