Set GHIDRA_INSTALL_DIR to your Ghidra install directory. This can be done by:
1.Adding it to your path
2.Running export GHIDRA_INSTALL_DIR=.
Using -PGHIDRA_INSTALL_DIR= when running ./gradlew.
3.Run ./gradlew
4.You'll find the output zip file inside /dist
can you explain these and upload some images, thank you.
As the build process just involves running commands, I don't think adding images would really help much. I have however improved that section a bit to make it clearer.
Set GHIDRA_INSTALL_DIR to your Ghidra install directory. This can be done by: 1.Adding it to your path 2.Running export GHIDRA_INSTALL_DIR=.
Using -PGHIDRA_INSTALL_DIR= when running ./gradlew.
3.Run ./gradlew
4.You'll find the output zip file inside /dist
can you explain these and upload some images, thank you.