1.

How Do I Build Lua In Windows And Other Systems?

Answer»

This DEPENDS on your compiler. Most compilers in these platforms REQUIRE that you CREATE "project" files. You'll need to create projects (or WHATEVER your compiler uses) for BUILDING the library, the interpreter, and the compiler. The sources are all in the src directory. If you don't have the time or the inclination to compile Lua yourself, get a binary from LuaBinaries. 

This depends on your compiler. Most compilers in these platforms require that you create "project" files. You'll need to create projects (or whatever your compiler uses) for building the library, the interpreter, and the compiler. The sources are all in the src directory. If you don't have the time or the inclination to compile Lua yourself, get a binary from LuaBinaries. 



Discussion

No Comment Found