SpoofDPI/_docs/BUILD.md

12 lines
330 B
Markdown
Raw Normal View History

2024-08-30 08:02:03 +00:00
# Building from Source
Although pre-built binaries are available for multiple platforms, you can also build your own binaries on your need.
## Prerequisites
1. Ensure you've installed go version `1.21`
2. Clone this repository to a location of your choice.
## Build
```bash
CGO_ENABLED=0 go build -ldflags="-w -s" ./cmd/...
```