diff --git a/Ground-Up-Windows-Install-Rework.md b/Ground-Up-Windows-Install-Rework.md index 7e594d2..2c27c05 100644 --- a/Ground-Up-Windows-Install-Rework.md +++ b/Ground-Up-Windows-Install-Rework.md @@ -14,9 +14,9 @@

The current c/c++ support standard of the EQEmulator server code base mandates the use of Visual Studio 2013 or later compilers.

-

Visual Studio 2017 is the current standard for binary compilation. Please ensure that your system meets the Visual Studio 2017 Minimum System Requirements.

+

Visual Studio 2017 is the current EQEmulator standard for binary compilation. Please ensure that your system meets the Visual Studio 2017 Minimum System Requirements.

-

If your system does not meet the above requirements, or you are/would like to use an older version of Visual Studio, check the minimum system requires for the version you plan to use. (It must still meet the Visual Studio 2013 or later requirement of the code base.)

+

If your system does not meet the above requirements, or you are/would like to use an older version of Visual Studio, check the minimum system requirements for the version you plan to use. (It must still meet the Visual Studio 2013 or later requirement of the code base.)

This setup assumes an install on a 64-bit Windows operating system with 32-bit target binaries.

@@ -28,7 +28,7 @@

Sometimes an automated server installation will fail due to the %Path% variable being full. This can happen with a manual installation as well.

-

Since this guide installs more programs than are required to just operate a server, verifying the length of %Path% is critical before we start.

+

Since this guide installs more programs than are required for server operation, verifying the length of %Path% is critical before we start.


@@ -74,9 +74,7 @@