aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 19:16:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 19:16:44 +0300
commit81c9070c616ca828b1848e7e6f1543f45ec384f8 (patch)
tree0d0ada152acbf92b13656be480a84ff97ba05712 /README.md
parentadd stress_test.sh as a CTest test (diff)
downloadmath-server-81c9070c616ca828b1848e7e6f1543f45ec384f8.tar.gz
math-server-81c9070c616ca828b1848e7e6f1543f45ec384f8.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 093f9a4..c56173e 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,13 @@ Development
Build using CMake.
Depends on Boost.{Filesystem,Program_options,Regex,Test}.
-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
+There's a Makefile with useful shortcuts to build the project in the .build/
+directory along with the dependencies:
+
+ make deps
+ make build
+ make test
Usage
-----