mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-4235: Adding the means to build and find native components on FreeBSD
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<h1>Ghidra Installation Guide</h1>
|
||||
<p>
|
||||
The installation information provided is effective as of Ghidra 10.2 and is subject to change with
|
||||
The installation information provided is effective as of Ghidra 11.1 and is subject to change with
|
||||
future releases.
|
||||
</p>
|
||||
|
||||
@@ -310,20 +310,20 @@ Ghidra release includes native binaries for the following platforms:</p>
|
||||
<li>Windows x86 64-bit</li>
|
||||
<li>Linux x86 64-bit</li>
|
||||
<li>macOS x86 64-bit</li>
|
||||
<li>macOS ARM 64-bit (x86 using Rosetta translation)</li>
|
||||
<li>macOS ARM 64-bit</li>
|
||||
</ul>
|
||||
<p>Ghidra supports running on the following additional platforms with user-built native binaries:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Linux ARM 64-bit</li>
|
||||
<li>macOS ARM 64-bit (Apple silicon)</li>
|
||||
<li>FreeBSD x86 64-bit (no debugger support)</li>
|
||||
</ul>
|
||||
<p>In order to build native binaries for your platform, you will need the following installed on your
|
||||
system:</p>
|
||||
<ul>
|
||||
<li>A <a href="#Requirements">supported</a> version of a Java Development Kit</li>
|
||||
<li><a href="https://gradle.org/releases/">Gradle 7.3+</a></li>
|
||||
<li>make, gcc, and g++ (Linux/macOS-only)</li>
|
||||
<li>make, gcc, and g++ (Linux/macOS/FreeBSD-only)</li>
|
||||
<li>
|
||||
<a href="https://visualstudio.microsoft.com/vs/community/">Microsoft Visual Studio</a>
|
||||
2017 or later, or <a href="https://visualstudio.microsoft.com/visual-cpp-build-tools/">
|
||||
|
||||
Reference in New Issue
Block a user