aboutsummaryrefslogtreecommitdiff
path: root/libraries/liboop/README
diff options
context:
space:
mode:
authorOzan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-03-28 17:01:25 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:18:54 +0700
commitf862997883f18b2129989c675eecb655b0983345 (patch)
tree9a6440e4a395fd533e54511c6947f881f8f96958 /libraries/liboop/README
parentf7ae66333b5a73d5a4dc366973caeac65e76e0a9 (diff)
libraries/liboop Update to 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/liboop/README')
-rw-r--r--libraries/liboop/README4
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.