Chapter 6. Win32環境へのインストール

Table of Contents
ライブラリの構築
ライブラリのインストール
ライブラリの使用法

Build and installation instructions for Postgres v6.4 client libraries on Win32.

Win32 環境における Postgres v6.4 クライアントライブラリの構築およびインストール手順

ライブラリの構築

The makefiles included in Postgres are written for Microsoft Visual C++, and will probably not work with other systems. It should be possible to compile the libaries manually in other cases.

Postgres に含まれている makefile は Microsoft Visual C++用に書かれており、 恐らく他の処理系では動作しないと思われます。 他の処理系でも手動でライブラリをコンパイルすることが可能なはずです。

To build the libraries, change directory into the src directory, and type the command

nmake /f win32.mak
This assumes that you have Visual C++ in your path.

ライブラリを構築するには、src ディレクトリに移動し、 次のコマンドを入力してください。

nmake /f win32.mak
この例では、Visual C++にパスが通っていることを 仮定しています。

The following files will be built:

以下のファイルが作成されます。