Line 14:
Line 14:
== Build ==
== Build ==
−
Go to lua\lua-5.1.3
+
Go to lua\lua-5.1.3 and type <br/>
−
make local
+
make local <br/>
−
copy liblua.a to your lib directory and lauxlib.h lua.h lua.hpp luaconf.h lualib.h to your include/lua lib
+
copy liblua.a to your lib directory and lauxlib.h lua.h lua.hpp luaconf.h lualib.h to your include/lua directory <br/>
−
add -llua to your makefile LIBS before lib math (-lm) because Lua depends on it (lmathlib.o and lvm.o objects).
+
add -llua to your makefile LIBS '''before lib math''' (-lm) because Lua depends on it (lmathlib.o and lvm.o objects).
== Reasons To Use Lua ==
== Reasons To Use Lua ==