mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Added Lua build instructions
This commit is contained in:
parent
043ea54a2a
commit
bf387f9544
3
Makefile
3
Makefile
@ -23,7 +23,8 @@ all:
|
||||
### UNIX build: linux, bsd, mac, rtems
|
||||
##########################################################################
|
||||
|
||||
# Add $(LUA_FLAGS) to CFLAGS below if you want to build with Lua
|
||||
# To build with Lua, download and unzip Lua 5.2.1 source code into the
|
||||
# mongoose directory, and then add $(LUA_FLAGS) to CFLAGS below
|
||||
LUA = lua-5.2.1/src
|
||||
LUA_FLAGS = -DUSE_LUA -I$(LUA) -L$(LUA) -llua -lm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user