From 3e8622f3699daa14ab3b051d441aeb331b5c48ff Mon Sep 17 00:00:00 2001 From: KeybadeBlox Date: Sat, 21 Mar 2026 20:55:52 -0400 Subject: [PATCH] Mention Wine for non-Windows OSs in documentation --- documentation/gettingstarted.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/gettingstarted.md b/documentation/gettingstarted.md index 695d8b3..d6aa4d2 100644 --- a/documentation/gettingstarted.md +++ b/documentation/gettingstarted.md @@ -22,6 +22,8 @@ You'll need a few things to get a decompilation workflow ready: your C++ code - You'll also want to add its `Bin/` directory to your `PATH` so that objdiff can find it + - If not on Windows, `CL.EXE` and friends can be passed to + [Wine](https://www.winehq.org) to run the compiler on other platforms - The [Git](https://git-scm.com/) version control tool to clone and work on this repository - [Java](https://jdk.java.net/archive/) 21 or later, as required by Ghidra.