mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GT-2897: Renaming initialization script.
This commit is contained in:
parent
b69e737a60
commit
037b5df87b
3 changed files with 16 additions and 17 deletions
|
@ -86,10 +86,10 @@ or manually by downloading the required dependencies. Choose one of the two fol
|
|||
The flat directory-style repository can be setup automatically by running a simple Gradle script.
|
||||
Navigate to `~/git/ghidra` and run the following:
|
||||
```
|
||||
gradle --init-script gradle/init.gradle tasks
|
||||
gradle --init-script gradle/fetchDependencies.gradle init
|
||||
```
|
||||
The Gradle task to be executed, in this case _tasks_, is unimportant. The point is to have Gradle execute
|
||||
the `init.gradle` script. If it ran correctly you will have a new `~/git/ghidra/flatRepo/`
|
||||
The Gradle task to be executed, in this case _init_, is unimportant. The point is to have Gradle execute
|
||||
the `fetchDependencies.gradle` script. If it ran correctly you will have a new `~/git/ghidra/flatRepo/`
|
||||
directory populated with the following jar files:
|
||||
* AXMLPrinter2
|
||||
* csframework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue