Postgresql 中文操作指南

17.1. Requirements #

总体来说,现代兼容Unix的平台应当能够运行PostgreSQL。在发行时已经过专门测试的平台在下面的 Section 17.6中进行了描述。

In general, a modern Unix-compatible platform should be able to run PostgreSQL. The platforms that had received specific testing at the time of release are described in Section 17.6 below.

构建 PostgreSQL 所需的软件包如下:

The following software packages are required for building PostgreSQL:

以下为可选包。默认情况下并不需要使用,但当启用某些构建选项(详见下文)时需要用到它们:

The following packages are optional. They are not required in the default configuration, but they are needed when certain build options are enabled, as explained below:

如果您从 Git 树而非已发布的源代码包进行构建,或者如果您想进行服务器开发,则还需要以下包:

If you are building from a Git tree instead of using a released source package, or if you want to do server development, you also need the following packages:

如果您需要获取GNU软件包,您可以在当地的GNU镜像网站上(见 https://www.gnu.org/prep/ftp中提供的列表)或在 ftp://ftp.gnu.org/gnu/中找到它。

If you need to get a GNU package, you can find it at your local GNU mirror site (see https://www.gnu.org/prep/ftp for a list) or at ftp://ftp.gnu.org/gnu/.