Update: Readme_Windows_MSVC documentation now reflects the current reality again

It was not updated for a while, and kinda out-of-date. This should
bring it back to reality.
This commit is contained in:
Patric Stout
2018-12-26 10:08:57 +01:00
parent 28ff1be85b
commit 65bc7123d1
3 changed files with 71 additions and 110 deletions

View File

@@ -519,7 +519,7 @@ PNG (WITH_PNG), ZLIB (WITH_ZLIB), LZO (WITH_LZO), Freetype (WITH_FREETYPE) and
LZMA (WITH_LZMA) support is enabled by default. For these to work you need their
development files. To get them just use vcpkg from https://github.com/Microsoft/vcpkg
using x86-windows-static and x64-windows-static triplets.
For more help with VS see docs/Readme_Windows_MSVC.txt.
For more help with VS see docs/Readme_Windows_MSVC.md.
You can also build it using the Makefile with MSYS/MinGW or Cygwin/MinGW.
Please read the Makefile for more information.