From b55d1ea9262dcce646d6af29bfca20b83c3b6150 Mon Sep 17 00:00:00 2001 From: TSnake41 Date: Thu, 27 Feb 2020 18:52:45 +0100 Subject: [PATCH] Update README (again) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 252cfd8..7d09729 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,21 @@ than from `package` loaders. To build raylib-lua from source, you need to take care that submodules are imported, if not or you are unsure : + ```shell git submodule init git submodule update ``` + +A Lua working interpreter is needed, by default luajit is used, to override it, +edit LUA variable in `makefile`. + This make take some time depending on network bandwidth. Then, raylib-lua should build as expected using `make` tool with a working C compiler. If you need to update raylib binding, there are few tasks to do : - - update tools/api.h functions signatures, keep file clean with exactly one function per line. - - update struct definitions in src/raylib.lua + - update `tools/api.h` functions signatures, keep file clean with exactly one function per line. + - update struct definitions in `src/raylib.lua` ### Licence