From d892dff4cac95f1b6692d7821a2006679a554aaf Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 28 六月 2017 09:56:10 +0800
Subject: [PATCH] modify proto

---
 FaceServer/make.sh |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/FaceServer/make.sh b/FaceServer/make.sh
index 670e598..c47180b 100644
--- a/FaceServer/make.sh
+++ b/FaceServer/make.sh
@@ -37,6 +37,7 @@
 
 g++ test_client_detect.cpp $CFLAGS $CPPFLAGS
 g++ test_client_add.cpp $CFLAGS $CPPFLAGS
+g++ test_client_compare.cpp $CFLAGS $CPPFLAGS
 
 g++ -g -std=c++11 \
   logger.o \
@@ -59,4 +60,9 @@
   $LDFLAGS -o test_client_add
 #
 
+g++ -g -std=c++11 \
+  test_client_compare.o proto_hton_ntoh.o logger.o \
+  $LDFLAGS -o test_client_compare
+#
+
 #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