From 2d2b89c134a735d8b85cf974231a903ec58aec14 Mon Sep 17 00:00:00 2001
From: Shahar Hadas <shaharhd@gmail.com>
Date: 周日, 10 5月 2020 19:18:01 +0800
Subject: [PATCH] Fix network detection for Windows OS (#94)

---
 doc/development/Build-the-library.md |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/development/Build-the-library.md b/doc/development/Build-the-library.md
index 00f8854..39de6f7 100644
--- a/doc/development/Build-the-library.md
+++ b/doc/development/Build-the-library.md
@@ -34,7 +34,7 @@
 export CXX=/opt/rh/devtoolset-7/root/usr/bin/g++
 ```
 
-Centos 7 ships with CMake 2.8.11 that's not supported anymore. You need to compile and install a newer (>3.6) version of CMake.
+Centos 7 ships with CMake 2.8.11 that's not supported. You need to compile and install a newer (>3.6) version of CMake.
 
 ```console
 wget https://cmake.org/files/v3.11/cmake-3.11.0.tar.gz 
@@ -46,7 +46,7 @@
 cmake --version #(check it's 3.11.0) 
 ```
 
-If you don't want to install all these prerequisites you can also build the library in a docker container. Check for the corresponding section in the `.travis.yml` file at the base of the project.
+If you don't want to install all these prerequisites in your machine you can also build the library in a docker container. Check for the corresponding section in the `.travis.yml` file at the base of the project.
 
 ### CentOS 8
 Install prerequisites:
@@ -72,11 +72,10 @@
 Minimum prerequisites
 *   gcc => 4.9, cmake => 3.6
 *   zlib, openssl => 1.0.2 
-*   Boost => 1.53 (If you want to compile your own boost version remember to use the flag `runtime-link=static`)
+*   Boost => 1.57 (If you want to compile your own boost version remember to use the flag `runtime-link=static`)
 
 Optional prerequisites:
-*   Dbus (if you want to enable dbus generated identifiers) 
-*   Doxygen
+*   Doxygen, Sphynx for documentation
 
 ## Download and compile
 

--
Gitblit v1.9.1