-
Notifications
You must be signed in to change notification settings - Fork 57
Client build sources
TTP Report edited this page Feb 17, 2025
·
1 revision
You can build the client binary with make:
$ make clientThis will build Linux-compatible and Windows-compatible client binaries.
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/