xc icon indicating copy to clipboard operation
xc copied to clipboard

[Guide] Steps to compile with go 1.22.3+

Open scmanjarrez opened this issue 1 year ago • 0 comments

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

scmanjarrez avatar Jun 05 '24 17:06 scmanjarrez