From 815a1204e7d818b0fe38d12de40ee9bb2edccd16 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Fri, 21 Feb 2020 13:47:48 +0800 Subject: [PATCH] Update Build-Instructions.md --- doc/Build-Instructions.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/Build-Instructions.md b/doc/Build-Instructions.md index c97576b..63c80b1 100644 --- a/doc/Build-Instructions.md +++ b/doc/Build-Instructions.md @@ -2,15 +2,14 @@ ## Dependencies -* [Boost](https://www.boost.org/) (asio, system, filesystem, date_time) -* [OpenSSL](https://www.openssl.org/) (HTTPS) -* [Zlib](https://www.zlib.net/) (GZIP compression) -* [Googletest/gtest](https://github.com/google/googletest) (automation and unit tests) +* [Asio](https://github.com/chriskohlhoff/asio) (already included in `third_party` folder) +* [OpenSSL](https://www.openssl.org/) (for HTTPS, optional) +* [Zlib](https://www.zlib.net/) (for GZIP compression, optional) +* [Googletest/gtest](https://github.com/google/googletest) (for automation and unit tests, optional) * [CMake](https://cmake.org/) -Googletest is included in `third_party/src`. No need to install. - OpenSSL and Zlib are **optional** since they could be disabled. See the build options below. +Googletest is also **optional** unless you want to build the automation and unit tests. ## Build Options