GP-0: Updating DevGuide.md (#6724)

This commit is contained in:
Ryan Kurtz 2024-07-18 10:59:37 -04:00
parent bed16f97c1
commit aced7d387b

View File

@ -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 Download non-Maven Central dependencies. This creates a `dependencies` directory in the repository
root. 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 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 These are the recommended steps to ensure that you not only move the source repository, but all
downloaded dependencies as well: 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` 2. `gradle -g dependencies/gradle prepdev`
3. Move ghidra directory to different system 3. Move ghidra directory to different system
4. `gradle -g dependencies/gradle buildGhidra` (on offline system) 4. `gradle -g dependencies/gradle buildGhidra` (on offline system)