Skip to content

Building in Windows

Paul Kuberry edited this page Mar 26, 2020 · 1 revision

Compadre Toolkit is not currently supported in Windows..

Here are notes on the current port to Windows:

  • Download cygwin with:
    • mingw64_x86::g++,core,dlfcn
    • cmake
    • git

cmake -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc.exe -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++.exe -DLIBDL_LIBRARY=/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libdl.a -DLIBDL_INCLUDE_DIRS=/usr/x86_64-w64-mingw32/sys-root/mingw/include/ ..