File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -245,15 +245,8 @@ gradle prepDev
245245The ` prepDev ` tasks primarily include generating some source, indexing our built-in help, and unpacking some dependencies.
246246
247247### Import Eclipse Projects
248- To develop/modify Ghidra, import Ghidra into Eclipse using the integrated BuildShip plugin.
249- Select __ File -> Import__ , expand Gradle, and select "Existing Gradle Project."
250- Select the root of the source repo as the root Gradle project.
251- Be sure to select Gradle 5.0, or point it at your local installation.
252- You may see build path errors until the environment is properly prepared, as described below.
253-
254- * Alternatively* , you may have Gradle generate the Eclipse projects and import those instead.
255- This is the way to go if you'd prefer not to activate Gradle's BuildShip plugin.
256- From the project root:
248+ To develop/modify Ghidra, you must first use Gradle to generate Eclipse projects. From the project
249+ root:
257250
258251``` bash
259252gradle eclipse
You can’t perform that action at this time.
0 commit comments