Skip to content

How to build cdns with mingw32

semigodking edited this page Aug 20, 2018 · 1 revision

Steps

  • Download source from branch 'mingw32'.
  • Install mingw32 and required dependencies.
  • Compile argp-standalone and libevent2 with mingw32
  • Compile cdns
mingw32-cmake -DCMAKE_LIBRARY_PATH="~/argp-standalone;~/libevent/winbuild/lib/" -DCMAKE_INCLUDE_PATH="~/argp-standalone;~/libevent/include/;~/libevent/winbuild/include" ../
Clone this wiki locally