mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 05:34:00 -05:00
GP-1106: Platform naming convention now supports different
architectures. Support for building on ARM.
This commit is contained in:
@@ -270,23 +270,25 @@ Now build using Gradle:
|
||||
On Linux:
|
||||
|
||||
```bash
|
||||
gradle buildNatives_linux64
|
||||
gradle buildNatives_linux_x86_64
|
||||
```
|
||||
|
||||
On macOS:
|
||||
|
||||
```bash
|
||||
gradle buildNatives_osx64
|
||||
gradle buildNatives_mac_x86_64
|
||||
```
|
||||
|
||||
On Windows:
|
||||
|
||||
```bash
|
||||
gradle buildNatives_win64
|
||||
gradle buildNatives_win_x86_64
|
||||
```
|
||||
|
||||
This will build the decompiler, the demangler for GNU toolchains, the sleigh compiler, and (on Windows only) the PDB parser.
|
||||
|
||||
**NOTE:** `buildNatives_linux_arm_64` and `buildNatives_mac_arm_64` are also supported.
|
||||
|
||||
### Pre-compile Language Modules (optional)
|
||||
|
||||
Optionally, to pre-compile all the language modules, you may also execute:
|
||||
|
||||
Reference in New Issue
Block a user