From c1dab684bc0ad7f0299883e4cc42eaf4d931876e Mon Sep 17 00:00:00 2001 From: Jay Two Date: Tue, 5 Feb 2019 11:24:18 +0900 Subject: [PATCH] Update Setting.md --- Setting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting.md b/Setting.md index 7826e7f..8137e3e 100644 --- a/Setting.md +++ b/Setting.md @@ -24,11 +24,11 @@ pacman -S mingw-w64-x86_64-toolchain git gcc make zlib-devel 3. 'Tools' / 'NuGet Package Manager' / 'Package Manager Console' -4. type 'Install-Package zlib-msvc-x64 -Version 1.2.11.8900' in 'Package Manager Console'. +4. Type 'Install-Package zlib-msvc-x64 -Version 1.2.11.8900' in 'Package Manager Console'. (INSTALL ZLIB-DEV) - See https://www.nuget.org/packages/zlib-msvc-x64/ for more information. - - :boom: If follwing Error Message is found, youe must install zlib-dev for Visual Studio. + - :boom: If follwing Error Message is found, you must install zlib-dev for Visual Studio. - 'Cannot open include file: 'zlib.h': No such file or directory' 5. Build project