docs: Add Linux build guide with convenience scripts#82
Merged
Conversation
Add comprehensive documentation for building on Linux: - SourceCode/Builds/build_on_linux.md: New guide covering: - Quick start with build-linux.sh and install-to-game.sh scripts - Prerequisites (Docker, Git, Wine) - Detailed script usage and options - Running the game under Wine - Troubleshooting common issues - Manual Docker commands for advanced users - SourceCode/Builds/build_guides.md: Add link to new Linux guide under Visual Studio 6 sub-guides section
4 tasks
xezon
approved these changes
Jan 10, 2026
Contributor
xezon
left a comment
There was a problem hiding this comment.
Looks reasonable at a glance. Just the sample path looks strange to me.
- Update build-linux.sh references to docker-build.sh - Update install-to-game.sh references to docker-install.sh - Use quoted paths instead of escaped paths for readability Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Address PR review feedback about overly verbose example paths. Replace long Wine prefix paths with simpler /path/to/game placeholders. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
xezon
approved these changes
Jan 24, 2026
Contributor
|
Markdown Linter is complaining about a few lines. |
- Wrap long line in introduction - Fix table column spacing - Add blank lines around code blocks and lists - Add language specifier to error message code blocks Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add comprehensive documentation for building on Linux using the convenience scripts from PR TheSuperHackers/GeneralsGameCode#2085.
Changes
SourceCode/Builds/build_on_linux.mdSourceCode/Builds/build_guides.mdNew Guide Contents
build-linux.shandinstall-to-game.shscriptsRelated