readme : use generator before compilation

This commit is contained in:
sonoro1234
2019-04-03 13:50:49 +02:00
parent 4be0522d9f
commit ff404142f4

View File

@@ -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.