summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert G. Jakabosky <bobby@sharedrealm.com>2011-01-08 05:14:06 -0800
committerRobert G. Jakabosky <bobby@sharedrealm.com>2011-01-08 05:14:06 -0800
commit1b046b3bbac0e8a5543e3a2770ca0b6c4e0b31ad (patch)
tree32e75cf56ba96bcf13b2fca96ed997348f0d5d76
parent6b9ba92db942bbf9848165da21abcdeb492b9273 (diff)
downloadluagit2-1b046b3bbac0e8a5543e3a2770ca0b6c4e0b31ad.tar.gz
Added note about how to re-generate the bindings.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2927dc5..12429d1 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,12 @@ curl -O "https://github.com/Neopallium/luagit2/raw/master/lua-git2-scm-0.rockspe
luarocks install lua-git2-scm-0.rockspec
+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
------------------