From a0cb8aff23b547683bf30e0f2bd4497c2b5d2c40 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Mon, 8 Oct 2018 12:37:10 +0200 Subject: [PATCH] update README not allowing Lua5.1 (has no bit package) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f213878..aff14aa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Notes: * you will need LuaJIT (https://github.com/LuaJIT/LuaJIT.git better 2.1 branch) or precompiled for linux/macOS/windows in https://luapower.com/luajit/download * need also gcc compiler for doing preprocessing (In windows MinGW-W64-builds for example) * update `imgui` folder to the version you desire. -* run `generator/generator.bat` (or make a .sh version and please PR) with gcc and LuaJIT or Lua5.1 on your PATH. +* run `generator/generator.bat` (or make a .sh version and please PR) with gcc and LuaJIT on your PATH. * as a result some files are generated: `cimgui.cpp` and `cimgui.h` for compiling and some lua/json files with information about the binding: `definitions.json` with function info, `structs_and_enums.json` with struct and enum info, `impl_definitions.json` with functions from the implementations info. * build as shown in https://github.com/sonoro1234/LuaJIT-ImGui/tree/master_auto_implementations/build * generate binding as done in https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/build.bat