Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b94e36

Browse files
committed
Document use of VPATH builds.
David Fetter
1 parentdbde97c commit9b94e36

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

‎doc/src/sgml/installation.sgml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.344 2010/03/30 00:10:46 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.345 2010/05/28 18:04:36 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -542,9 +542,18 @@ su - postgres
542542
This script will run a number of tests to determine values for various
543543
system dependent variables and detect any quirks of your
544544
operating system, and finally will create several files in the
545-
build tree to record what it found.(You can also run
545+
build tree to record what it found. You can also run
546546
<filename>configure</filename> in a directory outside the source
547-
tree if you want to keep the build directory separate.)
547+
tree, if you want to keep the build directory separate. This
548+
procedure is also called a
549+
<indexterm><primary>VPATH</primary></indexterm><firstterm>VPATH</firstterm>
550+
build. Here's how:
551+
<screen>
552+
<userinput>mkdir build_dir</userinput>
553+
<userinput>cd build_dir</userinput>
554+
<userinput>/path/to/source/tree/configure [options go here]</userinput>
555+
<userinput>gmake</userinput>
556+
</screen>
548557
</para>
549558

550559
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp