Skip to content

Commit 6f24219

Browse files
committed
Clarify the boost version requirement
1 parent d36e13c commit 6f24219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ to work with docopt:
8080

8181
GCC-4.8 can work, but the std::regex module needs to be replaced with ``Boost.Regex``.
8282
In that case, you will need to define ``DOCTOPT_USE_BOOST_REGEX`` when compiling
83-
docopt, and link your code with the appropriated Boost libraries.
83+
docopt, and link your code with the appropriated Boost libraries. A relativley
84+
recent version of Boost is needed: 1.55 works, but 1.46 does not for example.
8485

8586
This port is licensed under the MIT license, just like the original module.
8687
However, we are also dual-licensing this code under the Boost License, version 1.0,

0 commit comments

Comments
 (0)