Changes

Jump to navigation Jump to search
2 bytes removed ,  20:57, 2 September 2009
Line 17: Line 17:  
make local  
 
make local  
 
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 lib
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 ==
99

edits

Navigation menu