mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
Removing Eclipse BuildShip plugin instructions from DevGuide.
This commit is contained in:
11
DevGuide.md
11
DevGuide.md
@@ -245,15 +245,8 @@ gradle prepDev
|
|||||||
The `prepDev` tasks primarily include generating some source, indexing our built-in help, and unpacking some dependencies.
|
The `prepDev` tasks primarily include generating some source, indexing our built-in help, and unpacking some dependencies.
|
||||||
|
|
||||||
### Import Eclipse Projects
|
### Import Eclipse Projects
|
||||||
To develop/modify Ghidra, import Ghidra into Eclipse using the integrated BuildShip plugin.
|
To develop/modify Ghidra, you must first use Gradle to generate Eclipse projects. From the project
|
||||||
Select __File -> Import__, expand Gradle, and select "Existing Gradle Project."
|
root:
|
||||||
Select the root of the source repo as the root Gradle project.
|
|
||||||
Be sure to select Gradle 5.0, or point it at your local installation.
|
|
||||||
You may see build path errors until the environment is properly prepared, as described below.
|
|
||||||
|
|
||||||
*Alternatively*, you may have Gradle generate the Eclipse projects and import those instead.
|
|
||||||
This is the way to go if you'd prefer not to activate Gradle's BuildShip plugin.
|
|
||||||
From the project root:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gradle eclipse
|
gradle eclipse
|
||||||
|
|||||||
Reference in New Issue
Block a user