~singpolyma/biboumi

940c037a171e73dfa5405d57d3ad8ed25525972f — Florent Le Coz 9 years ago 017f69a
Wrap a paragraph from INSTALL file to 79 chars
1 files changed, 4 insertions(+), 1 deletions(-)

M INSTALL
M INSTALL => INSTALL +4 -1
@@ 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