DavidKeller / kademlia

Dead simple C++11 kademlia distributed hash table library
http://dev.litchis.fr/projects/kademlia
70 stars 17 forks source link

Can it be compiled on Windows operating system? #6

Closed Zjek closed 3 years ago

Zjek commented 3 years ago

Hello! I want to learn about this project. I have cmake, but I can't take the next step.

Compiling environment:vs2019

Thanks!

DavidKeller commented 3 years ago

Hello,

Yes ! https://ci.appveyor.com/project/DavidKeller/kademlia So command line build is tested.

That being said, I'm not aware of the Visual Studio GUI build status. https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-160

Please keep me updated if you face any difficulty.

Zjek commented 3 years ago

Hello,@DavidKeller!

I have complied it in your way. How to start? Do you have detailed documentation?

Thanks!

DavidKeller commented 3 years ago

The README contains an example.