-
Notifications
You must be signed in to change notification settings - Fork 4
Home
white238 edited this page Sep 15, 2011
·
25 revisions
MixDown is designed to simplify the ever growing complexities of build dependencies between third-party libraries. It ensures the builds are correctly ordered, configured and orchestrates builds using multiple build tools.
##Features
- Manage configuration and build for multiple third-party libraries
- Manage build dependencies between third-party libraries to ensure builds are correctly ordered
- Correctly configures third-party libraries for serial, parallel
- Supports multiple standard build tools
- AutoConf
- Make
- GNUMake
- LibTool
- Cmake
- Supports multiple project retrieval options
- Tar files
- Zip files
- Local/Network paths
- HTTP
- FTP
- SVN
- Git
- Hg (Mercurial)
- How to build a project using MixDown (recommended)
- How to build a project using MixDown without importing