Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
9b94e369
Commit
9b94e369
authored
14 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Document use of VPATH builds.
David Fetter
parent
dbde97cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/installation.sgml
+12
-3
12 additions, 3 deletions
doc/src/sgml/installation.sgml
with
12 additions
and
3 deletions
doc/src/sgml/installation.sgml
+
12
−
3
View file @
9b94e369
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.34
4
2010/0
3/30 00:10:46 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.34
5
2010/0
5/28 18:04:36 momjian
Exp $ -->
<chapter id="installation">
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
<title><![%standalone-include[<productname>PostgreSQL</>]]>
...
@@ -542,9 +542,18 @@ su - postgres
...
@@ -542,9 +542,18 @@ su - postgres
This script will run a number of tests to determine values for various
This script will run a number of tests to determine values for various
system dependent variables and detect any quirks of your
system dependent variables and detect any quirks of your
operating system, and finally will create several files in the
operating system, and finally will create several files in the
build tree to record what it found.
(
You can also run
build tree to record what it found. You can also run
<filename>configure</filename> in a directory outside the source
<filename>configure</filename> in a directory outside the source
tree if you want to keep the build directory separate.)
tree, if you want to keep the build directory separate. This
procedure is also called a
<indexterm><primary>VPATH</primary></indexterm><firstterm>VPATH</firstterm>
build. Here's how:
<screen>
<userinput>mkdir build_dir</userinput>
<userinput>cd build_dir</userinput>
<userinput>/path/to/source/tree/configure [options go here]</userinput>
<userinput>gmake</userinput>
</screen>
</para>
</para>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment