Skip to content

Commit

Permalink
Removing Eclipse BuildShip plugin instructions from DevGuide.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Jun 29, 2020
1 parent 777bcbe commit c56b4fa
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions DevGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c56b4fa

Please sign in to comment.