GP-4486: Adding Gradle wrapper

This commit is contained in:
Ryan Kurtz
2024-07-03 08:04:27 -04:00
parent 0e33958c76
commit 78aadd0d8c
13 changed files with 457 additions and 100 deletions

View File

@@ -47,7 +47,7 @@ To create the latest development build for your platform from this source reposi
##### Install build tools:
* [JDK 21 64-bit][jdk]
* [Gradle 8.5+][gradle]
* [Gradle 8.5+][gradle] (or provided Gradle wrapper if Internet connection is available)
* [Python3][python3] (version 3.7 to 3.12) with bundled pip
* make, gcc, and g++ (Linux/macOS-only)
* [Microsoft Visual Studio][vs] 2017+ or [Microsoft C++ Build Tools][vcbuildtools] with the
@@ -65,7 +65,9 @@ cd ghidra-master
**NOTE:** Instead of downloading the compressed source, you may instead want to clone the GitHub
repository: `git clone https://github.com/NationalSecurityAgency/ghidra.git`
##### Download additional build dependencies into source repository:
##### Download additional build dependencies into source repository:
**NOTE:** If an Internet connection is available and you did not install Gradle, the following
`gradle` commands may be replaced with `./gradle(.bat)`.
```
gradle -I gradle/support/fetchDependencies.gradle init
```