Skip to main content
Version: v1.6

Build Hangar

Dependencies

  • Install docker and make
  • Linux / macOS

Build

Build Hangar using makefile:

# Get help information
make help

# Build binaries in the `build` folder
make build

# Build all platform & architecture binaries in the `build` folder
make build-all

# Execute unit tests
make test

# Delete compiled binaries
make clean