mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 03:57:13 +08:00
Merge remote-tracking branch 'origin/Ghidra_11.4'
This commit is contained in:
@@ -107,13 +107,13 @@
|
||||
in the module directory <CODE>Ghidra/Features/BSim/support</CODE> that builds both the PostgreSQL
|
||||
server and the BSim extension from source and prepares the installation for use with
|
||||
Ghidra. If not already included in the Ghidra installation, the source distribution
|
||||
file, currently <CODE>postgresql-15.10.tar.gz</CODE>, can be obtained from the PostgreSQL
|
||||
file, currently <CODE>postgresql-15.13.tar.gz</CODE>, can be obtained from the PostgreSQL
|
||||
website at </P>
|
||||
|
||||
<DIV class="informalexample">
|
||||
<TABLE border="0" summary="Simple list" class="simplelist">
|
||||
<TR>
|
||||
<TD><CODE class="computeroutput">https://www.postgresql.org/ftp/source/v15.10
|
||||
<TD><CODE class="computeroutput">https://www.postgresql.org/ftp/source/v15.13
|
||||
</CODE></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
@@ -122,12 +122,12 @@
|
||||
<P>The steps to build the PostgreSQL server with the BSim extension then are:</P>
|
||||
|
||||
<P>1) If not already present, place the PostgreSQL source distribution file
|
||||
<CODE>postgresql-15.10.tar.gz</CODE> in the Ghidra installation at</P>
|
||||
<CODE>postgresql-15.13.tar.gz</CODE> in the Ghidra installation at</P>
|
||||
|
||||
<DIV class="informalexample">
|
||||
<TABLE border="0" summary="Simple list" class="simplelist">
|
||||
<TR>
|
||||
<TD><CODE class="computeroutput">$(ROOT)/Ghidra/Features/BSim/support/postgresql-15.10.tar.gz
|
||||
<TD><CODE class="computeroutput">$(ROOT)/Ghidra/Features/BSim/support/postgresql-15.13.tar.gz
|
||||
</CODE></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
POSTGRES=postgresql-15.10
|
||||
POSTGRES=postgresql-15.13
|
||||
POSTGRES_GZ=${POSTGRES}.tar.gz
|
||||
POSTGRES_CONFIG_OPTIONS="--disable-rpath --with-openssl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user