Skip to main content

Build Antelope from Source

The shell scripts previously recommended for building the software have been removed in favor of a build process entirely driven by CMake. Those wishing to build from source are now responsible for installing the necessary dependencies. The list of dependencies and the recommended build procedure are in the README.md file. Instructions are also included for efficiently running the tests.

Using DUNE

As an alternative to building from source, try Docker Utilities for Node Execution for the easiest way to get started and for multi-platform support.

Building From Source

You can also build and install Leap from source. Instructions for that currently live here.

Building Pinned Build Binary Packages

The pinned build instructions have moved here. You may want to look at the prerequisites and our warning on parallelization using the -j jobs flag here before you build.

Manual (non "pinned") Build Instructions

The unpinned build instructions have moved here. You may want to look at the prerequisites and our warning on parallelization using the -j jobs flag here before you build.

Running Tests

Documentation on available test suites and how to run them has moved here.