mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-1209: Support for building natives from a release.
This commit is contained in:
@@ -79,13 +79,10 @@ development process has been highly customized for.
|
||||
* Follow the above build instructions so the build completes without errors
|
||||
* Install [Eclipse IDE for Java Developers][eclipse]
|
||||
|
||||
##### Prepare the development environment (Linux/x86-only, see **NOTE** for other platforms):
|
||||
##### Prepare the development environment:
|
||||
```
|
||||
$ gradle prepdev eclipse buildNatives_linux_x86_64
|
||||
$ gradle prepdev eclipse buildNatives
|
||||
```
|
||||
**NOTE:** If you are on a different platform, change `buildNatives_linux_x86_64` to the gradle task
|
||||
that is appropriate for your platform: `buildNatives_win_x86_64`, `buildNatives_mac_x86_64`,
|
||||
`buildNatives_mac_arm_64`, or `buildNatives_linux_arm_64`
|
||||
|
||||
##### Import Ghidra projects into Eclipse:
|
||||
* *File* -> *Import...*
|
||||
@@ -114,4 +111,4 @@ source project.
|
||||
[gradle]: https://gradle.org/releases/
|
||||
[vs]: https://visualstudio.microsoft.com/vs/community/
|
||||
[eclipse]: https://www.eclipse.org/downloads/packages/
|
||||
[master]: https://github.com/NationalSecurityAgency/ghidra/archive/refs/heads/master.zip
|
||||
[master]: https://github.com/NationalSecurityAgency/ghidra/archive/refs/heads/master.zip
|
||||
|
||||
Reference in New Issue
Block a user