Commit bf387f95 authored by Sergey Lyubka's avatar Sergey Lyubka

Added Lua build instructions

parent 043ea54a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment