Centos开发小计

1.

生成静态库,linux下库的规则是lib开头

g++ -c code.cpp
ar cr libcode.a code.o

 

posted @ 2019-08-13 15:51  秋来叶黄  阅读(121)  评论(0编辑  收藏  举报