summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 3 insertions, 12 deletions
diff --git a/README b/README
index b028e7d..11b4dff 100644
--- a/README
+++ b/README
@@ -23,18 +23,9 @@ See HISTORY for a summary of changes since the last released version.
* Installation
------------
- 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, 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
- and save it as src/luaconf.h.
-
- > make
-
- See INSTALL for detailed instructions with make.
+ Lua is implemented in pure ANSI C, and compiles unmodified in all known
+ platforms that have an ANSI C compiler. In most Unix-like platforms, simply
+ do "make" with a suitable target. See INSTALL for detailed instructions.
* Origin
------