commit e82277a7b72250adfc11d8de6eacc90a4575992e
parent 6e41a3ed06078ad5c2b42b85df164f6aa7f3dd3f
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 29 Jul 2018 16:50:24 -0400
document minimum required versions of boost and curl
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -36,8 +36,8 @@ Clone [WDL](http://www.cockos.com/wdl/): `git clone https://github.com/justinfra
Install GCC/G++ (multilib version if building for both 64-bit and 32-bit),
tup, Ruby and PHP.
-Install libraries and development files for Boost, Catch2, curl, SQLite3 and
-zlib matching the target architecture(s).
+Install libraries and development files for Boost (1.56 or newer), Catch2,
+curl (7.52 or newer), SQLite3 and zlib matching the target architecture(s).
### macOS