@@ -19,12 +19,13 @@ You will need:
19
19
- wxGTK 2.8.x from http://www.wxwidgets.org/
20
20
- libxml2 2.6.18 or above from http://www.xmlsoft.org/
21
21
- libxslt 1.1.x or above from http://www.xmlsoft.org/
22
+ - libssh2 1.10.0 or above from http://www.libssh2.org/
22
23
- PostgreSQL 8.4 or above from http://www.postgresql.org/
23
24
- Sphinx 1.0 or above from http://sphinx.pocoo.org/
24
25
25
26
Building:
26
27
27
- 1) Install libxml2 and libxslt if they are not already present on your system,
28
+ 1) Install libssh2, libxml2 and libxslt if they are not already present on your system,
28
29
per the instructions included with them.
29
30
30
31
2) Install PostgreSQL per the instructions included. It is recommended that you
@@ -75,12 +76,13 @@ You will need:
75
76
- wxMac 2.8.x from http://www.wxwidgets.org/
76
77
- libxml2 2.6.18 or above from http://www.xmlsoft.org/
77
78
- libxslt 1.1.x or above from http://www.xmlsoft.org/
79
+ - libssh2 1.10.0 or above from http://www.libssh2.org/
78
80
- PostgreSQL 8.4 or above from http://www.postgresql.org/
79
81
- Sphinx 1.0 or above from http://sphinx.pocoo.org/
80
82
81
83
Building:
82
84
83
- 1) Install libxml2 and libxslt per the instructions included with them into a
85
+ 1) Install libssh2, libxml2 and libxslt per the instructions included with them into a
84
86
non-system location. The default versions included with OS X Panther and
85
87
Tiger are too old and will not work correctly with pgAdmin.
86
88
@@ -148,6 +150,7 @@ You will need:
148
150
- Release DLLs
149
151
If you want to build the documentation and/or the installer you additionally
150
152
need the package "Source Code".
153
+ - libssh2 1.10.0 or above from https://www.libssh2.org/
151
154
- PostgreSQL 9.2.24 (binary distribution) from http://www.postgresql.org/
152
155
- PostgreSQL 10.19 or later (binary distribution) from http://www.postgresql.org/
153
156
- Sphinx 1.0 or above from http://sphinx.pocoo.org/
@@ -170,12 +173,15 @@ Building:
170
173
3) Install PostgreSQL 9.2.24 to a convenient location pointed to by the %PGDIR%
171
174
environment variable.
172
175
173
- 4) Unpack the pgAdmin source code to a convenient location.
176
+ 4) Unpack, compile and install libssh2 to a convenient location pointed to by the
177
+ %LIBSSH2DIR% environment variable.
174
178
175
- 5) Start Visual C++ and load the pgAdmin solution file. Build the required
179
+ 5) Unpack the pgAdmin source code to a convenient location.
180
+
181
+ 6) Start Visual C++ and load the pgAdmin solution file. Build the required
176
182
targets.
177
183
178
- 6 ) To run the resulting executable, you'll need to copy all of the
184
+ 7 ) To run the resulting executable, you'll need to copy all of the
179
185
prerequisite DLLs from the wxWidgets and PostgreSQL installations into the
180
186
directory where the EXE file is located, or have those directories in your
181
187
path.
0 commit comments