aboutsummaryrefslogtreecommitdiff
path: root/COMPILE.md
diff options
context:
space:
mode:
Diffstat (limited to 'COMPILE.md')
-rw-r--r--COMPILE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/COMPILE.md b/COMPILE.md
index 8947cecb..b62c9575 100644
--- a/COMPILE.md
+++ b/COMPILE.md
@@ -41,5 +41,6 @@ cd .\build\Debug
Notes:
- The CMake build is Windows-only and x64-only.
+- Contributors on macOS or Linux need a Windows machine or VM to build the project. Running the game via Wine is separate from having a supported build environment.
- Post-build asset copy is automatic for `MinecraftClient` in CMake (Debug and Release variants).
- The game relies on relative paths (for example `Common\Media\...`), so launching from the output directory is required.