Pgadmin3 Installations

Pgadmin3 Installations 8,0/10 8735votes

Installing pgAdmin from source ============================== This document describes how to build pgAdmin from source on *nix, Mac and Windows. Linux, FreeBSD, Solaris and other unix variants ----------------------------------------------- You will need: - A modern development environment: - GTK 2.2 or above. - GNU automake 1.9 or above.

- GNU autoconf 2.59 or above. - GNU gcc 3.4 or above.

Pgadmin3 Installations

- wxGTK 2.8.x from - libxml2 2.6.18 or above from - libxslt 1.1.x or above from - PostgreSQL 8.4 or above from - Sphinx 1.0 or above from Building: 1) Install libxml2 and libxslt if they are not already present on your system, per the instructions included with them. 2) Install PostgreSQL per the instructions included.

To install these packages, unzip the downloaded file, double-click the pgadmin3.msi installer file and follow the on-screen instructions. Minor upgrades (e.g.

It is recommended that you build with OpenSSL support, using the --with-openssl configure option. 3) Unpack the wxGTK tarball to a convenient location, and build and install it as follows: cd /path/to/wxGTK/source/./configure --with-gtk --enable-gtk2 --enable-unicode make sudo make install # Install wxWidgets contrib modules. Cd contrib/ make sudo make install A script is included in the pgAdmin source tarball (xtra/wx-build/build-wxgtk) which will build and install wxWidgets in each combination of shared/static/debug/release builds for you.

4) Unpack the pgAdmin tarball to a convenient location, and build and install it as follows: bash bootstrap# Required only if building from a GIT checkout./configure make all sudo make install If any of the prerequisite components are installed in locations that the configure script cannot find, you may specify their locations on the command line. See the configure help (./configure --help) for details. Mac OS X -------- You will need: - A modern development environment: - XCode 2.0 or above - GNU automake 1.9 or above. - GNU autoconf 2.59 or above. - wxMac 2. Free Zip Download Adele 25. 8.x from - libxml2 2.6.18 or above from - libxslt 1.1.x or above from - PostgreSQL 8.4 or above from - Sphinx 1.0 or above from Building: 1) Install libxml2 and libxslt per the instructions included with them into a non-system location. The default versions included with OS X Panther and Tiger are too old and will not work correctly with pgAdmin.

2) Install PostgreSQL per the instructions included. It is recommended that you build with OpenSSL support, using the --with-openssl configure option.

3) Unpack the wxMac tarball to a convenient location, and build and install it as follows: cd /path/to/wxMac/source/./configure --with-mac --enable-gtk2 --enable-unicode make sudo make install # Install wxWidgets contrib modules. Cd contrib/ make sudo make install Note: You may also pass the --enable-universal_binary option to configure to build a Universal binary. This will also require a Universal build of PostgreSQL's libpq library. A script is included in the pgAdmin source tarball (xtra/wx-build/build-wxmac) which will install a Universal build ofwxWidgets in each combination of shared/static/debug/release builds for you. 4) Unpack the pgAdmin tarball to a convenient location, and build and install it as follows: bash bootstrap# Required only if building from a GIT checkout./configure --enable-appbundle make all make install This final step will build an OSX appbundle called pgAdmin3.app in the root of your source tree. As this can take a minute or two, the pkg/mac/debug-bundle.sh script may be used to build a non-relocatable 'fake' appbundle using symbolic links directly to the executable files.