mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +03:00
Mention Wine for non-Windows OSs in documentation
This commit is contained in:
parent
8fc7d8d918
commit
3e8622f369
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ You'll need a few things to get a decompilation workflow ready:
|
||||||
your C++ code
|
your C++ code
|
||||||
- You'll also want to add its `Bin/` directory to your `PATH` so that objdiff
|
- You'll also want to add its `Bin/` directory to your `PATH` so that objdiff
|
||||||
can find it
|
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
|
- The [Git](https://git-scm.com/) version control tool to clone and work on
|
||||||
this repository
|
this repository
|
||||||
- [Java](https://jdk.java.net/archive/) 21 or later, as required by Ghidra.
|
- [Java](https://jdk.java.net/archive/) 21 or later, as required by Ghidra.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue