Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
PostgreSQL 9.4.1 Documentation
PrevUpChapter 15. Installation from Source CodeNext

15.2. Requirements

In general, a modern Unix-compatible platform should be able to runPostgreSQL. The platforms that had received specific testing at the time of release are listed inSection 15.6 below. In thedoc subdirectory of the distribution there are several platform-specificFAQ documents you might wish to consult if you are having trouble.

The following software packages are required for buildingPostgreSQL:

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:

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

  • GNUFlex andBison are needed to build from a Git checkout, or if you changed the actual scanner and parser definition files. If you need them, be sure to getFlex 2.5.31 or later andBison 1.875 or later. Otherlex andyacc programs cannot be used.

  • Perl 5.8 or later is needed to build from a Git checkout, or if you changed the input files for any of the build steps that use Perl scripts. If building on Windows you will needPerl in any case.Perl is also required to run some test suites.

If you need to get aGNU package, you can find it at your localGNU mirror site (seehttp://www.gnu.org/order/ftp.html for a list) or atftp://ftp.gnu.org/gnu/.

Also check that you have sufficient disk space. You will need about 100 MB for the source tree during compilation and about 20 MB for the installation directory. An empty database cluster takes about 35 MB; databases take about five times the amount of space that a flat text file with the same data would take. If you are going to run the regression tests you will temporarily need up to an extra 150 MB. Use thedf command to check free disk space.


PrevHomeNext
Short VersionUpGetting The Source
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp