mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 05:34:00 -05:00
GP-0: Adding assembleAll to DevGuide
This commit is contained in:
10
DevGuide.md
10
DevGuide.md
@@ -62,8 +62,14 @@ Build Javadoc:
|
||||
gradle createJavadocs
|
||||
```
|
||||
|
||||
Build Ghidra to `build/dist`. This will be a distribution intended only to run on the platform on
|
||||
which it was built.
|
||||
Build Ghidra to `build/dist` in an uncompressed form. This will be a distribution intended only to
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user