Skip to content
Snippets Groups Projects
Select Git revision
  • 13f5e22aadbd67435e99e09d37a7682bcc4e0f96
  • master default protected
  • beta/202506161038
  • stable/20250613.0
  • nightly/20250613.0
  • beta/202506101658
  • stable/20250610.0
  • nightly/20250610.0
  • beta/202506091027
  • beta/202506061543
  • nightly/20250605.0
  • beta/202506051039
  • beta/202506051002
  • beta/202506041611
  • beta/202506041335
  • beta/202505231812
  • stable/20250523.0
  • nightly/20250523.0
  • nightly/20250515.0
  • nightly/20250510.0
  • nightly/20250509.1
  • nightly/20250509.0
22 results

install.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    opendht-c.pc.in 290 B
    prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    Name: OpenDHT (C Wrapper)
    Description: Distributed Hash Table library (C Wrapper)
    Version: @VERSION@
    Libs: -L${libdir} -lopendht-c
    Requires.private: opendht gnutls >= 3.1 @argon2_lib@
    Cflags: -I${includedir}