博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【资料整理】Open Source software construction tool
阅读量:6993 次
发布时间:2019-06-27

本文共 1089 字,大约阅读时间需要 3 分钟。

【SCons】

What is SCons?

SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.

SCons is a fantastic build system, written in Python (1.5.2) that does lots of nice things like automated dependencies, cross platform operation, configuration, and other great stuff. I would have to say that it is probably going to be the best thing for building C/C++ projects in the near future. 
— Zed A. Shaw, Bombyx project lead

参考: 

【CMake】

Welcome to CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

转载地址:http://ywcvl.baihongyu.com/

你可能感兴趣的文章
C#高级编程之委托
查看>>
2018.12.7python笔记(3.3-3.5)
查看>>
数据类型之间的运算
查看>>
linux下rar文件的解压
查看>>
Python全栈开发目录
查看>>
Python 程序如何高效地调试?
查看>>
nginx(源码)
查看>>
基本数据类型
查看>>
HP服务器Linux下hpacucli常用命令
查看>>
htop/dstat/glabce工具介绍
查看>>
IIS 6.0安全管理配置规范
查看>>
Silverlight获取子控件和父控件方法
查看>>
MySQL之SQL优化一
查看>>
PHP开发工具(PHP IDE)对比评测:Zend Studio VS NetBeans PHP
查看>>
LNMP+Cacti+Nagios+ndo2+Npc
查看>>
iredmail文档
查看>>
Fuel for openstack:untagged networks can not be assigned to the same interface
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
redmine全记录(更新)
查看>>