aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-09-12 23:11:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-09-13 00:09:33 +0300
commit9454b8e985fb847b067a1a209da5d0267b4a9cf0 (patch)
tree8f7cee1c3ea8c972c9b1b44fd8539a6a6d8acd08 /README.md
parentstress_test.sh: move to test/ (diff)
downloadmath-server-9454b8e985fb847b067a1a209da5d0267b4a9cf0.tar.gz
math-server-9454b8e985fb847b067a1a209da5d0267b4a9cf0.zip
Travis: switch to Focal
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cbf8af..d3c1963 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,10 @@ Development
Build using CMake.
Depends on Boost.{Filesystem,Program_options,Regex,Test}.
-Boost version 1.66 or higher is required.
+Boost version 1.67 or higher is required (it would be Boost 1.66 in a perfect
+world, but the tests [fail to compile] with that).
+
+[fail to compile]: https://lists.boost.org/boost-bugs/2018/01/49711.php
Usage
-----