Commit 75e357ca authored by captainwong's avatar captainwong

fix examle/build.sh

parent 212d577a
......@@ -14,4 +14,13 @@ fi
${cxx} -std=c++11 -O3 ../server_demo/server_demo.cpp ../../ademco.c -I../../ -lpthread -o server_demo
${cc} -std=gnu99 ../../ademco.c ../../hb_core.c ../httprelay/cJSON/cJSON.c ../httprelay/uvlib/*.c ../httprelay/uvlib/llhttp/src/*.c ../httprelay/*.c -I ../httprelay/uvlib/llhttp/include -luv -lcurl -o httprelay
${cc} -std=gnu99 ../../ademco.c \
../../hb_core.c \
../../hb_core_ademco.c \
../httprelay/cJSON/cJSON.c \
../httprelay/uvlib/*.c \
../httprelay/uvlib/llhttp/src/*.c \
../httprelay/*.c \
-I ../httprelay/uvlib/llhttp/include \
-luv -lcurl \
-o httprelay
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