diff --git a/README.regenerate.md b/README.regenerate.md new file mode 100644 index 0000000..e3b288e --- /dev/null +++ b/README.regenerate.md @@ -0,0 +1,13 @@ +To re-generating the bindings +----------------------------- + +You will need to install LuaNativeObjects and set the CMake variable `USE_PRE_GENERATED_BINDINGS` to FALSE. +By default CMake will use the pre-generated bindings that are include in the project. + +Build Dependencies +------------------ + +Optional dependency for re-generating Lua bindings from `*.nobj.lua` files: + +* [LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects), this is the bindings generator used to convert the `*.nobj.lua` files into a native Lua module. +