lihongtao
2017-06-28 8c5beca7503606493ea807223ca5c6b3f3eef016
FaceServer/make.sh
@@ -38,6 +38,7 @@
g++ test_client_detect.cpp $CFLAGS $CPPFLAGS
g++ test_client_add.cpp $CFLAGS $CPPFLAGS
g++ test_client_compare.cpp $CFLAGS $CPPFLAGS
g++ test_client_search.cpp $CFLAGS $CPPFLAGS
g++ -g -std=c++11 \
  logger.o \
@@ -65,4 +66,9 @@
  $LDFLAGS -o test_client_compare
#
g++ -g -std=c++11 \
  test_client_search.o proto_hton_ntoh.o logger.o \
  $LDFLAGS -o test_client_search
#
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/protobuf/inst/lib:/opt/opencv/inst/lib:/opt/st_face/libs/linux-x86_64