You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,16 @@ By default CMake will use the pre-generated bindings that are include in the pro
30
30
Build Dependencies
31
31
------------------
32
32
33
-
Optional dependency for re-generating Lua bindings from `*.nobj.lua` files:
33
+
Optional dependencies for re-generating Lua bindings from `*.nobj.lua` files:
34
34
35
-
*[LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects), this is the bindings generator used to convert the `*.nobj.lua` files into a native Lua module.
35
+
*[LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects), this is the bindings generator used to convert the `*.nobj.lua` files into a native Lua module. To use it, there are two options:
36
+
- clone the repository to ../LuaNativeObjects; or
37
+
- install the LuaRocks packages:
38
+
- `luanativeobjects`
39
+
- `luanativeobjects-luadoc` (only if also generating docs)
0 commit comments