git-svn-id: http://192.168.1.226/svn/proxy@670 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | 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 \ |
| | |
| | | $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 |