mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
GP-0: Updating DevGuide.md (#6724)
This commit is contained in:
parent
bed16f97c1
commit
aced7d387b
@ -32,7 +32,7 @@ authors' names directly in the source code, so it is discouraged.
|
||||
Download non-Maven Central dependencies. This creates a `dependencies` directory in the repository
|
||||
root.
|
||||
```
|
||||
gradle -I gradle/support/fetchDependencies.gradle init
|
||||
gradle -I gradle/support/fetchDependencies.gradle
|
||||
```
|
||||
|
||||
Download Maven Central dependencies and setup the repository for development. By default, these
|
||||
@ -97,7 +97,7 @@ Sometimes you may want to move the Ghidra repository to an offline network and d
|
||||
These are the recommended steps to ensure that you not only move the source repository, but all
|
||||
downloaded dependencies as well:
|
||||
|
||||
1. `gradle -I gradle/support/fetchDependencies.gradle init`
|
||||
1. `gradle -I gradle/support/fetchDependencies.gradle`
|
||||
2. `gradle -g dependencies/gradle prepdev`
|
||||
3. Move ghidra directory to different system
|
||||
4. `gradle -g dependencies/gradle buildGhidra` (on offline system)
|
||||
|
Loading…
Reference in New Issue
Block a user