From ec7698698d8091320cec2469b1b4cc2b9753e7cb Mon Sep 17 00:00:00 2001 From: Uleat Date: Mon, 1 Jul 2019 16:38:55 -0400 Subject: [PATCH] Updated Ground Up Windows Install Rework (markdown) --- Ground-Up-Windows-Install-Rework.md | 233 +++++++++++++++++++--------- 1 file changed, 163 insertions(+), 70 deletions(-) diff --git a/Ground-Up-Windows-Install-Rework.md b/Ground-Up-Windows-Install-Rework.md index 8755935..a780e4c 100644 --- a/Ground-Up-Windows-Install-Rework.md +++ b/Ground-Up-Windows-Install-Rework.md @@ -2,116 +2,209 @@

This guide provides instructions for compiling 32-bit Windows server binaries and setting up a local development server.

-
+

Read through this guide before starting to ensure an understanding of the process.

+ +

Please direct any questions to our support channel in [discord].

+ +

Compiler Setup

+

The current c/c++ support standard of the EQEmulator server code base mandates the use of Visual Studio 2015 [check version] or later compilers.

+ +

Given this, minimum compiler requirements also mandate the use of Windows 7 or later operating systems. [find info on Windows Server minimum requirement]

+ +

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

+ +
+ -
- -
+

Local Server Setup

-
\ No newline at end of file +
+