Lines Matching refs:ares
1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! **
15 Lots of people download binary distributions of c-ares. This document
16 does not describe how to install c-ares using such a binary package.
17 This document describes how to compile, build and install c-ares from
53 If you want to install c-ares in a different file hierarchy than /usr/local,
56 ./configure --prefix=/path/to/c-ares/tree
80 If you're a c-ares developer and use gcc, you might want to enable more
99 Download and unpack the c-ares package.
101 `cd` to the new directory. (e.g. `cd c-ares-1.7.6`)
131 specifies where c-ares will be installed. If `configure` completes
143 c-ares root with `sh configure`. Make sure you have the sh executable in
155 to 32. Socket descriptors returned within the c-ares library may exceed this,
160 c-ares, by overriding `CFLAGS` during configure, example:
174 You can then link your program with `c-ares/lib/.libs/libcares.a`.
215 Current releases of c-ares introduce a CMake v3+ build system that has been
336 ### Important static c-ares usage note
338 When building an application that uses the static c-ares library, you must
390 that c-ares has been compiled for. If you know a system c-ares compiles and
406 - c-ares: https://c-ares.org/