<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="sans-serif">Hi maintainers,<br>
<br>
I was trying to build/package pgadmin3 but I found some troubles.<br>
In a nutshell, in order to build pgadmin3, some preparation is needed.<br>
<br>
In pgadmin3 INSTALL file, we can see step 3 as below.<br>
Also, please find the Makefile I was working on attached to this file.
I hope it help you guys.<br>
<br>
<br>
Building:<br>
<br>
1) Install libxml2 and libxslt if they are not already present on your
system,<br>
per the instructions included with them.<br>
<br>
2) Install PostgreSQL per the instructions included. It is recommended
that you<br>
build with OpenSSL support, using the --with-openssl configure
option.<br>
<br>
3) Unpack the wxGTK tarball to a convenient location, and build and
install it<br>
as follows:<br>
<br>
cd /path/to/wxGTK/source/<br>
./configure --with-gtk --enable-gtk2 --enable-unicode<br>
make<br>
sudo make install<br>
<br>
# Install wxWidgets contrib modules.<br>
cd contrib/<br>
make<br>
sudo make install<br>
<br>
A script is included in the pgAdmin source tarball<br>
(xtra/wx-build/build-wxgtk) which will build and install wxWidgets
in each<br>
combination of shared/static/debug/release builds for you.<br>
<br>
4) Unpack the pgAdmin tarball to a convenient location, and build and
install it<br>
as follows:<br>
<br>
bash bootstrap # Required only if building from an SVN checkout<br>
./configure<br>
make all<br>
sudo make install<br>
<br>
If any of the prerequisite components are installed in locations
that the<br>
configure script cannot find, you may specify their locations on the
command<br>
line. See the configure help (./configure --help) for details.<br>
<br>
Thanks</font>
<pre class="moz-signature" cols="72">--
Richard Gomes
M: +44(77)9955-6813
<a class="moz-txt-link-freetext" href="http://www.jquantlib.org/index.php/User:RichardGomes">http://www.jquantlib.org/index.php/User:RichardGomes</a>
twitter: frgomes
JQuantLib is a library for Quantitative Finance written in Java.
<a class="moz-txt-link-freetext" href="http://www.jquantlib.org/">http://www.jquantlib.org/</a>
twitter: jquantlib</pre>
</body>
</html>