mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
Removing Eclipse BuildShip plugin instructions from DevGuide.
This commit is contained in:
parent
777bcbef17
commit
c56b4fa878
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.
|
||||
|
||||
### Import Eclipse Projects
|
||||
To develop/modify Ghidra, import Ghidra into Eclipse using the integrated BuildShip plugin.
|
||||
Select __File -> Import__, expand Gradle, and select "Existing Gradle Project."
|
||||
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:
|
||||
To develop/modify Ghidra, you must first use Gradle to generate Eclipse projects. From the project
|
||||
root:
|
||||
|
||||
```bash
|
||||
gradle eclipse
|
||||
|
Loading…
Reference in New Issue
Block a user