facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 392 forks source link

/usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/../folly/folly/Conv.h not found #228

Open yurivict opened 1 year ago

yurivict commented 1 year ago
CMake Error at CMakeLists.txt:58 (MESSAGE):

  /usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/../folly/folly/Conv.h
  not found

    Fix using:
    (in a sister directory of the wdt source tree - same level:)
    git clone https://github.com/facebook/folly.git
    or change FOLLY_SOURCE_DIR (use ccmake or -DFOLLY_SOURCE_DIR=...)
    or change WDT_USE_SYSTEM_FOLLY (use ccmake or -DWDT_USE_SYSTEM_FOLLY=...)

folly is installed into /usr/local, and using external package should be the default mode.