summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-08-18 02:17:32 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-08-18 02:17:32 +0200
commit940c037a171e73dfa5405d57d3ad8ed25525972f (patch)
tree069a67a57b5e6f08c191b85e65c5e45b4b94a75d
parent017f69a03b696bad1523b98e7704f70d2256c9cb (diff)
downloadbiboumi-940c037a171e73dfa5405d57d3ad8ed25525972f.tar.gz
biboumi-940c037a171e73dfa5405d57d3ad8ed25525972f.tar.bz2
biboumi-940c037a171e73dfa5405d57d3ad8ed25525972f.tar.xz
biboumi-940c037a171e73dfa5405d57d3ad8ed25525972f.zip
Wrap a paragraph from INSTALL file to 79 chars
-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