Select your language

Home arrow-right Setup.shl

We've compiled a list of 18 free and paid alternatives to Setup.shl. The primary competitors include Maven, CMake. In addition to these, users also draw comparisons between Setup.shl and Gradle, Ant, Ninja Build. Also you can look at other similar options here: About.


Maven
Free Open Source

Apache Maven is a Java-based tool for build automation and project management (in software...

CMake
Free Open Source

CMake is a family of tools designed to build, test and package software.

Gradle
Free Open Source

Gradle is build automation evolved.

Ant
Free Open Source

Apache Ant is an Open Source Java-based build tool (for software development).

Ninja Build
Free Open Source

Ninja is a small build system with a focus on speed.

SCons
Free Open Source

SCons is an Open Source software construction tool—that is, a next-generation build tool.

Rake
Free Open Source

Rake is a software task management and build automation tool.

GNU Make
Free Open Source

Make is a tool which controls the generation of executables and other non-source files of a program...

qmake
Free Open Source

qmake is a tool from The Qt Company that helps simplify the build process for development project...

Buck is a build system developed and used by Facebook.

A pure Bash build tool/library, useful to describe composable, expressive build processes.

Setup.shl Platforms

tick-square Linux
tick-square Mac

Setup.shl Overview

setup - A simple Bash library for setting up a directory structure using Makefile-like definitions.

Setup.shl is intended to offer the same basic feature set as other make-like tools, within a Bash environment : you can define recipes to create files from their dependencies, and execute those recipes for all the files that aren't up to date, in order and in parallel when possible.

It is very minimal (the core functionality boils down to 3 main functions, and a dozen helpers), and aims to be as simple to learn as possible, while offering a wide extensibility, using Bash as its scripting language.

Pros:
- really small footprint (<1000 LoC for the whole library), which means you can bundle the library as part of your build process
- reduced learning effort (10 minutes to get started), compared to other equally powerful tools
- portable on all Unixes that can run Bash (Linux, MacOS, FreeBSD, ...)
- Setup scripts can use all the power of Bash to define their own recipes and rules
- can watch source files for changes to implement continuous builds
- composable : build scripts can load other build scripts to transparently integrate their productions

Cons:
- needs Bash > 4.0 to function correctly, which may require an update on some systems
- can be a bit slow to scan all the dependencies of a large build on a slow disk (it can scan up to 1000 files/s), although you can use state files to mitigate the problem somewhat, and continuous builds if all else fails
- very young tool, with few builtin rules and little standardization

Setup.shl Features

tick-square Parallel builds
tick-square Continuous builds

Top Setup.shl Alternatives

Share your opinion about the software, leave a review and help make it even better!

Setup.shl Tags

scons build-tool build-automation setup bash shell

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?