GP-1106: Platform naming convention now supports different

architectures. Support for building on ARM.
This commit is contained in:
Ryan Kurtz
2021-07-07 09:25:39 -04:00
parent b55d1049d4
commit 00533b2869
43 changed files with 523 additions and 461 deletions

View File

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