@@ -23,25 +23,24 @@ platform, for example:
23
23
* pgsql-8.4.3-postgis-1.5.1-1-win.zip
24
24
* pgsql-8.4.3-postgis-1.5.1-1-osx.zip
25
25
26
- Inside the zip file there will be no "containing" root directory, so
27
- for example, the structure of gdal will not be ./gdal/gdal.dll it
28
- will just be ./gdal.dll. Similarly you will not see ./pgsql/bin, but
29
- just ./bin in the pgsql zip files.
26
+ Zip File Information
27
+ --------------------
30
28
31
- PostGIS/PostgreSQL
32
- ------------------
29
+ PgSQL/PostGIS Windows files come separately and are combined at assembly time.
30
+ PgSQL Windows zip file from EDB come with a ./pgsql/ prefix.
31
+ PostGIS Windows zip file comes without a prefix.
33
32
34
- PostGIS/PostgreSQL binaries will be delivered in a single unified zip file,
35
- with no directory prefix, so expect the following directories in the file:
33
+ PgSQL/PostGIS OSX files come in a single zip file.
34
+ PgSQL/PostGIS OSX zip file comes without a prefix.
36
35
37
- ./bin
38
- ./lib
39
- ./share
40
- ./etc
36
+ JRE Windows zip file comes with a ./jre/ prefix
37
+ JRE Linux zip file comes with a ./jre/ prefix
41
38
42
- In OS/X the user applications (pgShapeLoader.app and pgAdminIII.app) will be
43
- stored under the root and contain all their dependencies, so they can be
44
- relocated into /Applications if so desired.
39
+ GDAL Windows zip file comes without a prefix.
40
+
41
+ In OSX, the user applications pgShapeLoader and pgAdmin come in the
42
+ root of the zip file and contain all their dependencies and
43
+ may be relocated into /Applications if so desired.
45
44
46
45
In Windows, the user applications shp2pgsql-gui.exe and pgadmin.exe will be in
47
46
the ./bin directory alongside their shared dependencies, and should be
0 commit comments