mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-0: Adding assembleAll to DevGuide
This commit is contained in:
parent
282de77d0f
commit
d0a6d1c26f
1 changed files with 8 additions and 2 deletions
10
DevGuide.md
10
DevGuide.md
|
@ -62,8 +62,14 @@ Build Javadoc:
|
||||||
gradle createJavadocs
|
gradle createJavadocs
|
||||||
```
|
```
|
||||||
|
|
||||||
Build Ghidra to `build/dist`. This will be a distribution intended only to run on the platform on
|
Build Ghidra to `build/dist` in an uncompressed form. This will be a distribution intended only to
|
||||||
which it was built.
|
run on the platform on which it was built.
|
||||||
|
```
|
||||||
|
gradle assembleAll
|
||||||
|
```
|
||||||
|
|
||||||
|
Build Ghidra to `build/dist` in a compressed form. This will be a distribution intended only to run
|
||||||
|
on the platform on which it was built.
|
||||||
```
|
```
|
||||||
gradle buildGhidra
|
gradle buildGhidra
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue