Thread: Re: compile pgadmin under windows

Re: compile pgadmin under windows

From
Andreas Pflug
Date:
Shunxing (Sean) Xie wrote:

>Andreas,
>
>I am a UNIX guy, and I am very comfortable with compiling software
>under unix. Today I am trying to compile pgadmin III using
>microsoft visual c++ 6.0. I found not documentation on how to
>compile the package using visual c++. I saw that you compile
>a binary package for windows. I am very interested in getting
>some of your documentation showing procedures step by step. I
>don't know too much about visual c++.
>
>__________________________________________________________________
>
>

Hi Sean,

please don't direct such requests to personal mail, but use the mailing
list pgadmin-hackers.

For VC 6.0, there's a project file in the src directory. You'll require
pgsql includes and libs, and optionally openssl, dependent on the built
you're selecting.

Regards,
Andreas