diff options
Diffstat (limited to 'libraries/liboop/README')
-rw-r--r-- | libraries/liboop/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/liboop/README b/libraries/liboop/README index 08dd15820a73f..7727ed461e58d 100644 --- a/libraries/liboop/README +++ b/libraries/liboop/README @@ -6,3 +6,7 @@ It replaces the "select() loop" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the basis for almost any application. + +adns is optional dependency. When adns is installed, the script will +build a liboop adns version. No additinal commands are needed. +Configure will catch it automatically. |