[csw-users] Trying to build pgadmin3

Richard Gomes rgomes1997 at yahoo.co.uk
Mon Aug 31 23:51:30 CEST 2009


Hi maintainers,

I was trying to build/package pgadmin3 but I found some troubles.
In a nutshell, in order to build pgadmin3, some preparation is needed.

In pgadmin3 INSTALL file, we can see step 3 as below.
Also, please find the Makefile I was working on attached to this file. I 
hope it help you guys.


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. 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 an SVN 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.

Thanks

-- 
Richard Gomes
M: +44(77)9955-6813
http://www.jquantlib.org/index.php/User:RichardGomes
twitter: frgomes

JQuantLib is a library for Quantitative Finance written in Java.
http://www.jquantlib.org/
twitter: jquantlib

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/users/attachments/20090831/c388fe8e/attachment-0002.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile
URL: <http://lists.opencsw.org/pipermail/users/attachments/20090831/c388fe8e/attachment-0002.ksh>


More information about the users mailing list