バージョンごとのドキュメント一覧

第17章 ソースコードからインストール

目次

17.1. 必要条件
17.2. ソースの入手
17.3. Building and Installation with Autoconf and Make
17.3.1. 簡易版
17.3.2. インストール手順
17.3.3. configureオプション
17.3.4. configure環境変数
17.4. Building and Installation with Meson
17.4.1. 簡易版
17.4.2. インストール手順
17.4.3. meson setup Options
17.5. インストール後の設定作業
17.5.1. 共有ライブラリ
17.5.2. 環境変数
17.6. サポートされるプラットフォーム
17.7. プラットフォーム特有の覚書
17.7.1. AIX
17.7.2. Cygwin
17.7.3. macOS
17.7.4. MinGW/ネイティブWindows
17.7.5. Solaris
<title>Installation from Source Code</title> See also the version of this text in standalone-install.xml

This chapter describes the installation of <productname>PostgreSQL</productname> using the source code distribution. If you are installing a pre-packaged distribution, such as an RPM or Debian package, ignore this chapter and see <xref linkend="install-binaries" /> instead. この章では、PostgreSQLのソースコード配布物を使用したインストール方法について説明します。 RPMやDebianパッケージなどパッケージ済みの配布物をインストールしている場合は、この章を無視し、代わりに第16章を参照してください。

If you are building <productname>PostgreSQL</productname> for Microsoft Windows, read this chapter if you intend to build with MinGW or Cygwin; but if you intend to build with Microsoft's <productname>Visual C++</productname>, see <xref linkend="install-windows"/> instead. PostgreSQLをMicrosoft Windows向けに構築する場合、MinGWやCygwinで構築するつもりなら、この章を読んでください。MicrosoftのVisual C++で構築するつもりなら、代わりに第18章を参照してください。