summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index d77ef59..051e203 100644
--- a/INSTALL
+++ b/INSTALL
@@ -82,7 +82,10 @@ Examples, configure the poller with cmake:
% cmake . -DPOLLER=EPOLL
-You can also decide not to use two of the optional dependencies, even if they are present on your system, for example if Botan is available but you do not want to use it, you can set the value of WITHOUT_BOTAN to 1, like this:
+You can also decide not to use two of the optional dependencies, even if
+they are present on your system, for example if Botan is available but you
+do not want to use it, you can set the value of WITHOUT_BOTAN to 1, like
+this:
% cmake . -DWITHOUT_BOTAN=1