Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add libp2p 0.1.26 #761

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add libp2p 0.1.26 #761

wants to merge 1 commit into from

Conversation

simbahebinbo
Copy link

  • I've followed this guide
    step by step carefully. [Yes]

project(download-libp2p)

hunter_add_package(libp2p)
find_package(libp2p CONFIG REQUIRED)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a duplicate find-pacjage call to have a check if the created package behaves nicely

auto addr = Multiaddress::create("/ip4/192.168.0.1/tcp/8080");
std::cout << "address: " << addr.value().getStringAddress() << std::endl;

// 创建一个 Peer ID

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove the non ASCII character. I don't know what they mean and I want to prevent Unicode character mismatches

@@ -0,0 +1,20 @@
# Copyright (c) 2015, Ruslan Baratov

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to 2024 and your name please

@@ -379,6 +379,7 @@ hunter_default_version(libjson-rpc-cpp VERSION 0.7.0-p3)
hunter_default_version(libmill VERSION 1.18)
hunter_default_version(libogg VERSION 1.3.3-p0)
hunter_default_version(libpcre VERSION 8.41)
hunter_default_version(libp2p VERSION 0.1.26)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to reorder. From the failing builds

'libp2p' should appear before 'libpcre'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants