<!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>
&nbsp;&nbsp; per the instructions included with them.<br>
<br>
2) Install PostgreSQL per the instructions included. It is recommended
that you<br>
&nbsp;&nbsp; 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>
&nbsp;&nbsp; as follows:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; cd /path/to/wxGTK/source/<br>
&nbsp;&nbsp;&nbsp;&nbsp; ./configure --with-gtk --enable-gtk2 --enable-unicode<br>
&nbsp;&nbsp;&nbsp;&nbsp; make<br>
&nbsp;&nbsp;&nbsp;&nbsp; sudo make install<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; # Install wxWidgets contrib modules.<br>
&nbsp;&nbsp;&nbsp;&nbsp; cd contrib/<br>
&nbsp;&nbsp;&nbsp;&nbsp; make<br>
&nbsp;&nbsp;&nbsp;&nbsp; sudo make install<br>
<br>
&nbsp;&nbsp; A script is included in the pgAdmin source tarball<br>
&nbsp;&nbsp; (xtra/wx-build/build-wxgtk) which will build and install wxWidgets
in each<br>
&nbsp;&nbsp; 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>
&nbsp;&nbsp; as follows:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; bash bootstrap&nbsp;&nbsp;&nbsp;&nbsp; # Required only if building from an SVN checkout<br>
&nbsp;&nbsp;&nbsp;&nbsp; ./configure<br>
&nbsp;&nbsp;&nbsp;&nbsp; make all<br>
&nbsp;&nbsp;&nbsp;&nbsp; sudo make install<br>
<br>
&nbsp;&nbsp; If any of the prerequisite components are installed in locations
that the<br>
&nbsp;&nbsp; configure script cannot find, you may specify their locations on the
command<br>
&nbsp;&nbsp; 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>