Skip to content

[Guide] Steps to compile with go 1.22.3+ #16

@scmanjarrez

Description

@scmanjarrez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions