工程基本步骤

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
  ......
上一篇:(转载)提升自我的好方法
下一篇: 静态库和动态库