GP-0: Adding assembleAll to DevGuide

This commit is contained in:
Ryan Kurtz 2023-10-16 08:33:28 -04:00
parent 282de77d0f
commit d0a6d1c26f

View File

@ -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
```