Update Build-Instructions.md

master
Chunting Gu 5 years ago committed by GitHub
parent 4fe8ebb1e8
commit 283cecbc0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,12 @@
# Build Instructions # Build Instructions
* [Overview](#overview) * [Overview](#overview)
* [Ubuntu](#ubuntu) * [Build on Ubuntu](#build-on-ubuntu)
* [Windows](#windows) * [Build on Windows](#build-on-windows)
## Overview ## Overview
### Build Dependencies ### Dependencies
* [Boost 1.66+](https://www.boost.org/) (asio, system, date_time, filesystem) * [Boost 1.66+](https://www.boost.org/) (asio, system, date_time, filesystem)
* [OpenSSL](https://www.openssl.org/) (for HTTPS, optional) * [OpenSSL](https://www.openssl.org/) (for HTTPS, optional)
@ -45,7 +45,7 @@ I suggest to integrate it to your project simply by source code. Just copy the w
Please take a look at this example: [https://github.com/sprinfall/webcc-integration](https://github.com/sprinfall/webcc-integration). Please take a look at this example: [https://github.com/sprinfall/webcc-integration](https://github.com/sprinfall/webcc-integration).
## Ubuntu ## Build on Ubuntu
*NOTE: Based on Ubuntu 18.04 LTS* *NOTE: Based on Ubuntu 18.04 LTS*
@ -156,7 +156,7 @@ If everything is OK, you can then build with `make`:
$ make $ make
``` ```
## Windows ## Build on Windows
Based on [Visual Studio 2019 Community](https://visualstudio.microsoft.com/vs/community/). Based on [Visual Studio 2019 Community](https://visualstudio.microsoft.com/vs/community/).

Loading…
Cancel
Save