C项目构建管理辅助工具 buildc

码农软件 · 软件分类 · 项目构建 · 2019-11-16 17:14:53

软件介绍

buildc是一个C语言项目构建管理辅助工具(需python版本[2.4.3, 3.0.0))。

buildc目前主要实现了三个功能:

  1. 第三方依赖库的远程获取和本地管理
  2. 根据目标主机环境、目标主机本地缓存的第三方库情况以及项目本身所依赖的第三方库的最新配置,自动生成一份包含了依赖库环境变量信息的Make.rules文件,或重新更新已有Make.rules文件(上一次由buildc生成的)。项目中的Makefile只需包含(include)Make.rules文件并使用该文件中的变量即可。
  3. 生成安装工程,构建、清理和上传安装包

本文地址:https://codercto.com/soft/d/19129.html

Algorithms on Strings, Trees and Sequences

Algorithms on Strings, Trees and Sequences

Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99

String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试