]> begriffs open source - ai-pg/blob - full-docs/txt/installation.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / installation.txt
1
2 Chapter 17. Installation from Source Code
3
4    Table of Contents
5
6    17.1. Requirements
7    17.2. Getting the Source
8    17.3. Building and Installation with Autoconf and Make
9
10         17.3.1. Short Version
11         17.3.2. Installation Procedure
12         17.3.3. configure Options
13         17.3.4. configure Environment Variables
14
15    17.4. Building and Installation with Meson
16
17         17.4.1. Short Version
18         17.4.2. Installation Procedure
19         17.4.3. meson setup Options
20         17.4.4. meson Build Targets
21
22    17.5. Post-Installation Setup
23
24         17.5.1. Shared Libraries
25         17.5.2. Environment Variables
26
27    17.6. Supported Platforms
28    17.7. Platform-Specific Notes
29
30         17.7.1. Cygwin
31         17.7.2. macOS
32         17.7.3. MinGW
33         17.7.4. Solaris
34         17.7.5. Visual Studio
35
36    This chapter describes the installation of PostgreSQL using the source
37    code distribution. If you are installing a pre-packaged distribution,
38    such as an RPM or Debian package, ignore this chapter and see
39    Chapter 16 instead.