From 283cecbc0b5a293f3c48f8f73a1961ba3e0d5e84 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Wed, 3 Feb 2021 18:32:06 +0800 Subject: [PATCH] Update Build-Instructions.md --- doc/Build-Instructions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Build-Instructions.md b/doc/Build-Instructions.md index 31cad72..1431737 100644 --- a/doc/Build-Instructions.md +++ b/doc/Build-Instructions.md @@ -1,12 +1,12 @@ # Build Instructions * [Overview](#overview) -* [Ubuntu](#ubuntu) -* [Windows](#windows) +* [Build on Ubuntu](#build-on-ubuntu) +* [Build on Windows](#build-on-windows) ## Overview -### Build Dependencies +### Dependencies * [Boost 1.66+](https://www.boost.org/) (asio, system, date_time, filesystem) * [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). -## Ubuntu +## Build on Ubuntu *NOTE: Based on Ubuntu 18.04 LTS* @@ -156,7 +156,7 @@ If everything is OK, you can then build with `make`: $ make ``` -## Windows +## Build on Windows Based on [Visual Studio 2019 Community](https://visualstudio.microsoft.com/vs/community/).