Skip to content

Client build sources

TTP Report edited this page Feb 17, 2025 · 1 revision

Quick build

You can build the client binary with make:

$ make client

This will build Linux-compatible and Windows-compatible client binaries.

Manual build

If you want to tweak something, you can run compilation procedure directly:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -mod=vendor -trimpath -o ligolo-client_linux ./cmd/client/

Clone this wiki locally