编译命令

g++ -std=c++11 openVideo.cpp -o openVideo `pkg-config --cflags --libs opencv`

pkill chrome

g++ -o main sqlC++.cpp -L/usr/include/mysql -lmysqlclient -I/usr/include/mysql

g++  -std=c++11 test.cpp  -o test -I /home/ansheng/Qt5.8/5.8/gcc_64/include -L /home/ansheng/Qt5.8/5.8/gcc_64/lib -lQt5Core -lQt5Gui -lQt5Widgets


g++ -std=c++11 test.cpp  /home/ansheng/FreeImage/Dist/libfreeimage.a -o test `pkg-config --cflags --libs opencv`


/usr/local/MATLAB/R2017a/bin$ ./matlab

g++ text.cpp -o test `mysql_config --cflags --libs`

cmake -D USE_CUDNN=OFF -D BUILD_CAFFE=OFF -D Caffe_INCLUDE_DIRS=/home/ansheng/caffe-master/include -D Caffe_LIBS=/home/ansheng/caffe-master/build/lib/libcaffe.so ..

git init

git add .

git commit -m 'jvj' 

git remote add origin [email protected]:t20134297/tencent-cloud-face.git

git push origin master

git push -f
 

发布了36 篇原创文章 · 获赞 11 · 访问量 6552

猜你喜欢

转载自blog.csdn.net/t20134297/article/details/95891527