mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-4486: Adding Gradle wrapper
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user