From caa7277bb106a753fc800a50a98a21ea53e6411a Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 7 Mar 2018 16:17:03 +0100 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33538a9..d9684d7 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,10 @@ and `make install` for that. When you compile an application that uses the AMQP-CPP library, do not forget to link with the library. For gcc and clang the linker flag is -lamqpcpp. If you use the fullblown version of AMQP-CPP (with the TCP module), you also -need to pass a -lpthread linker flag, because the TCP module uses a thread -for running an asynchronous and non-blocking DNS hostname lookup. +need to pass the -lpthread and -ldl linker flags, because the TCP module uses a +thread for running an asynchronous and non-blocking DNS hostname lookup, and it +optionally dynamically opens the openssl library if a secure connection to +RabbitMQ has to be set up. HOW TO USE AMQP-CPP