From b69e48765443f30985e4acab0a2e12bb384960ba Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Mon, 16 Dec 2024 11:34:27 +0100 Subject: [PATCH] BSim: Clarify install dependencies for PostgreSQL server --- .../src/main/help/help/topics/BSim/DatabaseConfiguration.html | 2 +- Ghidra/Features/BSim/support/make-postgres.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html index e9826369c5..2416b01227 100644 --- a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html +++ b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html @@ -155,7 +155,7 @@
-
https://www.postgresql.org/docs/current/install-requirements.html + https://www.postgresql.org/docs/15/install-requirements.html
diff --git a/Ghidra/Features/BSim/support/make-postgres.sh b/Ghidra/Features/BSim/support/make-postgres.sh index b36a7609cd..87fe45b3a8 100755 --- a/Ghidra/Features/BSim/support/make-postgres.sh +++ b/Ghidra/Features/BSim/support/make-postgres.sh @@ -38,7 +38,7 @@ # postgresql build. Please refer to the following web page for # software dependencies: # -# https://www.postgresql.org/docs/current/install-requirements.html +# https://www.postgresql.org/docs/15/install-requirements.html # # Or for Linux specific package dependencies, see: #