xc
xc copied to clipboard
[Guide] Steps to compile with go 1.22.3+
I'll leave the steps I used to compile this project, at the time of writing with go 1.22.3 (2024).
You'll need to download the sources manually
git clone --depth=1 https://github.com/hashicorp/yamux ~/go/src/github.com/hashicorp/yamux
git clone --depth=1 https://github.com/libp2p/go-reuseport ~/go/src/github.com/libp2p/go-reuseport
git clone --depth=1 https://go.googlesource.com/sys ~/go/src/golang.org/x/sys
And then compile as usual
python3 build.py