Skip to content

mojofunk/ardour-build-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ardour-build.sh is a script used to build Ardour in various configurations
where each configuration is contained in a separate build directory.

To use these scripts, place this repository adjacent to your Ardour
repository/ies and configure and build using pre-defined configurations.

For instance:

$ ./ardour-build.sh configure debug

$ ./ardour-build.sh build debug

Configuration names can be listed with:

$ ./ardour-build.sh -l

The result of the build will be located in the BUILD directory in the
form:

$ARDOUR_SRC_DIR_NAME-$ARDOUR_BRANCH-$ARDOUR_BUILD_CONFIG

This may be something like:

BUILD/ardour-master-debug

BUILD/ardour-cool-branch-optimize-debug

BUILD/altardour-world-peace-debug-tests

About

A few basic shell scripts I use to build Ardour.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages