- GTK 2.2 or above.
- GNU automake 1.9 or above.
- GNU autoconf 2.59 or above.
- - GNU gcc 3.4 or above.
+ - GNU gcc 3.4 or above.
- wxGTK 2.8.x from http://www.wxwidgets.org/
- libxml2 2.6.18 or above from http://www.xmlsoft.org/
# Install wxWidgets contrib modules.
cd contrib/
- make
+ make
sudo make install
A script is included in the pgAdmin source tarball
as follows:
sh bootstrap # Required only if building from an SVN checkout
- ./configure
- make all
- sudo make install
+ ./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
# Install wxWidgets contrib modules.
cd contrib/
- make
+ make
sudo make install
Note: You may also pass the --enable-universal_binary option to configure to
as follows:
sh bootstrap # Required only if building from an SVN checkout
- ./configure --enable-appbundle
- make all
- make install
+ ./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