想研究nginx的源码,这个项目所使用的项目构建工具是?


项目地址: https://github.com/nginx/nginx
为什么只有configure 一般来说 如果用auto构建的话,Makefile.in也是要的。

C++

技术型闷骚 9 years, 9 months ago

linux的这些库,基本都是autotools构建工程的,configure其实是自己手动写的,你可以将代码直接放进codeblocks或者sourceinsight里面看

愉快D小蛇君 answered 9 years, 9 months ago

它那个 configure 不是用autotools生成的,就是自己手写的一个脚本,碰巧叫这个名字而已。

wer250 answered 9 years, 9 months ago

Your Answer