Skip to content

Create guide for getting the pre-built binaries #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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