Update Build-Instructions.md
This commit is contained in:
@@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* [Boost](https://www.boost.org/) (asio, system, filesystem, date_time)
|
* [Asio](https://github.com/chriskohlhoff/asio) (already included in `third_party` folder)
|
||||||
* [OpenSSL](https://www.openssl.org/) (HTTPS)
|
* [OpenSSL](https://www.openssl.org/) (for HTTPS, optional)
|
||||||
* [Zlib](https://www.zlib.net/) (GZIP compression)
|
* [Zlib](https://www.zlib.net/) (for GZIP compression, optional)
|
||||||
* [Googletest/gtest](https://github.com/google/googletest) (automation and unit tests)
|
* [Googletest/gtest](https://github.com/google/googletest) (for automation and unit tests, optional)
|
||||||
* [CMake](https://cmake.org/)
|
* [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.
|
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
|
## Build Options
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user