From ff404142f40dc4b5f3b70bd4ca498db04590546c Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Wed, 3 Apr 2019 13:50:49 +0200 Subject: [PATCH] readme : use generator before compilation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 259b13d..58a7450 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Notes: # using generator -* this is only needed if you want an imgui version different from the one provided, otherwise generation is already done. +* this is only needed (before compilation) if you want an imgui version different from the one provided, otherwise generation is already done. * 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 * you can use also a C++ compiler for doing preprocessing: gcc (In windows MinGW-W64-builds for example), clang or cl (MSVC) or not use a compiler (experimental nocompiler option) at all. (this repo was done with gcc) * update `imgui` folder to the version you desire.