From 8c5beca7503606493ea807223ca5c6b3f3eef016 Mon Sep 17 00:00:00 2001 From: lihongtao <lihongtao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 28 六月 2017 15:01:33 +0800 Subject: [PATCH] --- FaceServer/make.sh | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/FaceServer/make.sh b/FaceServer/make.sh index b3de661..90cd22a 100644 --- a/FaceServer/make.sh +++ b/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 -- Gitblit v1.8.0