全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
工程基本步骤
1032阅读 0评论
2010-05-27
Leanx
分类:
C/C++
1.src/*.c *.h Makefile.am
2.hello/:
Makefile.am
configure.ac
3.autoscan(rm autoscan.log mv configure.sam configure.ac)
autoheader
aclocal
libtoolize -c -f
automake -a
autoconf
./configure
make
......
上一篇:
(转载)提升自我的好方法
下一篇:
静态库和动态库