任何好的构建工具的C ++项目,它可以替代make? [英] Any good building tools for a C++ project, which can replace make?

查看:134
本文介绍了任何好的构建工具的C ++项目,它可以替代make?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有任何漂亮和整洁的工具来替换GNU Autotools或Make来构建一个非常大的C ++项目,这是一个复杂的事情要使用。



如果项目很小,生成de Autotools所需的所有文件很简单,但是如果源代码分为多个目录,多个第三方库,

解决方案

Google V8 JavaScript引擎是用C ++编写的,并使用 SCons ,所以我想这是一票。


i'm wondering if there is any nice and neat tool to replace the GNU Autotools or Make to build a very large C++ project, which are such a complicated thing to use.

It is simple to generate all the files that de Autotools require if the project is small, but if the source code is divided in many directories, with multiple third party libraries and many dependencies, you fall into the "Autotools Hell"..

thanks for any recommendations

解决方案

The Google V8 JavaScript Engine is written in C++ and uses SCons, so I guess that's one vote for it.

这篇关于任何好的构建工具的C ++项目,它可以替代make?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆