Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > bab02a23fa9f3df8d66a9a3231b50245 > files > 327

postgresql8.3-docs-8.3.6-2mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Installation on Windows</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 8.3.6 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="Server Administration"
HREF="admin.html"><LINK
REL="PREVIOUS"
TITLE="Supported Platforms"
HREF="supported-platforms.html"><LINK
REL="NEXT"
TITLE="Building with Visual C++ 2005"
HREF="install-win32-full.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"><META
NAME="creation"
CONTENT="2009-02-03T04:34:16"></HEAD
><BODY
CLASS="CHAPTER"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
>PostgreSQL 8.3.6 Documentation</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="supported-platforms.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="installation.html"
>Fast Backward</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="runtime.html"
>Fast Forward</A
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="install-win32-full.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="INSTALL-WIN32"
></A
>Chapter 16. Installation on <SPAN
CLASS="PRODUCTNAME"
>Windows</SPAN
></H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>16.1. <A
HREF="install-win32-full.html"
>Building with <SPAN
CLASS="PRODUCTNAME"
>Visual C++ 2005</SPAN
></A
></DT
><DD
><DL
><DT
>16.1.1. <A
HREF="install-win32-full.html#AEN21329"
>Requirements</A
></DT
><DT
>16.1.2. <A
HREF="install-win32-full.html#AEN21415"
>Building</A
></DT
><DT
>16.1.3. <A
HREF="install-win32-full.html#AEN21432"
>Cleaning and installing</A
></DT
><DT
>16.1.4. <A
HREF="install-win32-full.html#AEN21443"
>Running the regression tests</A
></DT
><DT
>16.1.5. <A
HREF="install-win32-full.html#AEN21456"
>Building the documentation</A
></DT
></DL
></DD
><DT
>16.2. <A
HREF="install-win32-libpq.html"
>Building <SPAN
CLASS="APPLICATION"
>libpq</SPAN
> with
  <SPAN
CLASS="PRODUCTNAME"
>Visual C++</SPAN
> or
  <SPAN
CLASS="PRODUCTNAME"
>Borland C++</SPAN
></A
></DT
></DL
></DIV
><A
NAME="AEN21290"
></A
><P
>  It is recommended that most users download the binary distribution for 
  Windows, available as a <SPAN
CLASS="PRODUCTNAME"
>Windows Installer</SPAN
> package
  from the <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
> website. Building from source
  is only intended for people developing <SPAN
CLASS="PRODUCTNAME"
>PostgreSQL</SPAN
>
  or extensions.
 </P
><P
>  There are several different ways of building PostgreSQL on
  <SPAN
CLASS="PRODUCTNAME"
>Windows</SPAN
>. The complete system can
  be built using <SPAN
CLASS="PRODUCTNAME"
>MinGW</SPAN
> or
  <SPAN
CLASS="PRODUCTNAME"
>Visual C++ 2005</SPAN
>. It can also be
  built for older versions of <SPAN
CLASS="PRODUCTNAME"
>Windows</SPAN
> using
  <SPAN
CLASS="PRODUCTNAME"
>Cygwin</SPAN
>. Finally, the client access library
  (<SPAN
CLASS="APPLICATION"
>libpq</SPAN
>) can be built using
  <SPAN
CLASS="PRODUCTNAME"
>Visual C++ 7.1</SPAN
> or 
  <SPAN
CLASS="PRODUCTNAME"
>Borland C++</SPAN
> for compatibility with statically
  linked applications built using these tools.
 </P
><P
>  Building using <SPAN
CLASS="PRODUCTNAME"
>MinGW</SPAN
> or
  <SPAN
CLASS="PRODUCTNAME"
>Cygwin</SPAN
> uses the normal build system, see
  <A
HREF="installation.html"
>Chapter 15</A
> and the FAQs in
  <TT
CLASS="FILENAME"
>doc/FAQ_MINGW</TT
> and <TT
CLASS="FILENAME"
>do/FAQ_CYGWIN</TT
>.
  Note that <SPAN
CLASS="PRODUCTNAME"
>Cygwin</SPAN
> is not recommended, and should
  only be used for older versions of <SPAN
CLASS="PRODUCTNAME"
>Windows</SPAN
> where
  the native build does not work, such as 
  <SPAN
CLASS="PRODUCTNAME"
>Windows 98</SPAN
>.
 </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="supported-platforms.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="install-win32-full.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Supported Platforms</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="admin.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Building with <SPAN
CLASS="PRODUCTNAME"
>Visual C++ 2005</SPAN
></TD
></TR
></TABLE
></DIV
></BODY
></HTML
>