Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions SourceCode/build_pre-built.md
Original file line number Diff line number Diff line change
@@ -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.**

---
Loading