Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 529 Bytes

static-builds.md

File metadata and controls

17 lines (11 loc) · 529 Bytes

Static Build

You can statically compile all Skywire binaries. Install musl-tools with a package manager of your choice.

Note: the binary releases are compiled with musl. The skywire AUR package is also compiled with musl by default.

musl ports for Mac are not supported.

To compile and install the binaries run:

# Static Build.
$ make build-static # installs all dependencies, build binaries and skywire apps

# Install statically compiled skywire-visor, skywire-cli and app CLI execs.
$ make install-static