summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2024-08-05 23:35:57 +0300
committerjussi2024-08-05 23:35:57 +0300
commitb011b2ca4e161fea2a742cb9b1673cd84cf0eba5 (patch)
treee8a46e45013cc0c2ad27a9f045349ae790cd0a07 /README.md
parentc6eb85b3674c36cfc426486d866a78dfc5452ae0 (diff)
downloadreilua-enhanced-b011b2ca4e161fea2a742cb9b1673cd84cf0eba5.tar.gz
reilua-enhanced-b011b2ca4e161fea2a742cb9b1673cd84cf0eba5.tar.bz2
reilua-enhanced-b011b2ca4e161fea2a742cb9b1673cd84cf0eba5.zip
GetRayBoxCells fix.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c054ba..d0ed567 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,8 @@ https://github.com/raysan5/raylib
https://github.com/lua/lua or https://github.com/LuaJIT/LuaJIT
+Note! Lua header files are from Lua 5.4.0, if you use different version be sure to replace them.
+
### Linux
Compile Raylib and lua by following their instructions. They will compile to libraylib.a and liblua.a by default.