+
This chapter describes the installation of
PostgreSQL using the source code
distribution. If you are installing a pre-packaged distribution,
such as an RPM or Debian package, ignore this chapter
and read the packager's instructions instead.
- Also, this chapter does not describe the preferred way to install
-
PostgreSQL on Microsoft
- ).
+
+
+ If you are building
PostgreSQL for Microsoft
+ Windows, read this chapter if you intend to build with MinGW or Cygwin;
+ but if you intend to build with Microsoft's
Visual
+ C++, see instead.
The MinGW build procedure uses the normal build system described in
this chapter; the Visual C++ build works completely differently
and is described in .
- The Visual C++ build is recommended, as it is fully native and uses no
- additional software like MinGW. A ready-made installer is available on
- the main PostgreSQL web site.
PostgreSQL Installation from Source Code
+
This document describes the installation of
PostgreSQL using this source code distribution.
+ If you are building
PostgreSQL for Microsoft
+ Windows, read this document if you intend to build with MinGW or Cygwin;
+ but if you intend to build with Microsoft's
Visual
+ C++, see the main documentation instead.
+
+