Mention Wine for non-Windows OSs in documentation

This commit is contained in:
KeybadeBlox 2026-03-21 20:55:52 -04:00
parent 8fc7d8d918
commit 3e8622f369

View file

@ -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.