tup
- Free • Open Source
- Mac
- Windows
- Linux
What is tup?
Tup is a file-based build system for Linux, OSX, and Windows. It inputs a list of file changes and a directed acyclic graph (DAG), then processes the DAG to execute the appropriate commands required to update dependent files. Updates are performed with very little overhead since tup implements powerful build algorithms to avoid doing unnecessary work. This means you can stay focused on your project rather than on your build system.
tup Screenshots
tup Features
Comments and Reviews
No comments or reviews, maybe you want to be first?
Post a comment/reviewSaid about tup as an alternative
Tags
- Developer Tools
- development
It inputs a list of file changes and a directed acyclic graph (DAG), then processes the DAG to execute the appropriate commands required to update dependent files. Updates are performed with very little overhead since tup implements powerful build algorithms to avoid doing unnecessary work.