From 96f02dedc5e60d357ddcdb495f9a00eeef10c78a Mon Sep 17 00:00:00 2001 From: Ali Qureshi <56457664+aliendroid1@users.noreply.github.com> Date: Mon, 26 May 2025 14:53:13 -0500 Subject: [PATCH] Create guide for getting the pre-built binaries Created a mini guide for those who would prefer to just try out the latest build without building it themselves. Not sure where it should be placed in the wiki so I am just adding the file for now --- SourceCode/build_pre-built.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SourceCode/build_pre-built.md diff --git a/SourceCode/build_pre-built.md b/SourceCode/build_pre-built.md new file mode 100644 index 00000000..ea982804 --- /dev/null +++ b/SourceCode/build_pre-built.md @@ -0,0 +1,17 @@ +## How To Get The Latest Pre-Built Binaries + +1. **Go to the [closed pull requests](https://github.com/TheSuperHackers/GeneralsGameCode/pulls?q=is%3Apr+is%3Aclosed) section of the repository** + Builds from closed PRs will only include approved changes. + +2. **Click the topmost pull request.** + Navigate to the **Checks** tab and select **GenCl**. + +3. **Scroll to the bottom of the Checks page** + You’ll find the build artifacts listed there. + +4. **Download the version you want.** + For example, `GeneralsMD-win32-debug+t+e` is the modern Zero Hour debug build. + +5. **Unzip the files and move the `.exe` files to your game directory.** + +---