Merge remote-tracking branch

'origin/GP-1106_ryanmkurtz_PR-3197_ryanmkurtz_platforms' (Closes #3197)
This commit is contained in:
Ryan Kurtz
2021-08-31 14:01:28 -04:00
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: