/ed2kd

eDonkey2000 server

Primary LanguageCMIT LicenseMIT

#ed2kd

eDonkey2000 server.

Coverity Scan Build Status

Build instructions

You need the following libraries installed:

  • libevent, >= 2.0, event-based network I/O library
  • zlib, compression library
  • libconfig, >=1.4, configuration management library

Build using cmake:

mkdir build
cd build
cmake ..
make