Update Build-Instructions.md

master
Chunting Gu 5 years ago committed by GitHub
parent 297d660a38
commit 815a1204e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save