摘要:https://www.cnblogs.com/duwenxing/p/7476469.html •总结
阅读全文
posted @ 2019-08-30 05:27
|
|||
08 2019 档案
摘要:https://www.cnblogs.com/duwenxing/p/7476469.html •总结
阅读全文
posted @ 2019-08-30 05:27
摘要:以下是Makefile的基本模板 #指定编译器CC = g++#指定编译参数CFLAGS = -std=c++11 #指定头文件路径,此处用于指定非标准库的头文件路径INC = -I./ -I /usr/include #指定要链接的动态库或静态库 -L是指定动态库路径,非标准的动态库需要此参数LI
阅读全文
posted @ 2019-08-23 11:05
|
|||