-
Notifications
You must be signed in to change notification settings - Fork 181
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
base: master
Are you sure you want to change the base?
add libp2p 0.1.26 #761
Conversation
project(download-libp2p) | ||
|
||
hunter_add_package(libp2p) | ||
find_package(libp2p CONFIG REQUIRED) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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'
step by step carefully. [Yes]