Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9b94e369
Commit
9b94e369
authored
May 28, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document use of VPATH builds.
David Fetter
parent
dbde97cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+12
-3
No files found.
doc/src/sgml/installation.sgml
View file @
9b94e369
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.34
4 2010/03/30 00:10:46 petere
Exp $ -->
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.34
5 2010/05/28 18:04:36 momjian
Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
...
...
@@ -542,9 +542,18 @@ su - postgres
This
script
will
run
a
number
of
tests
to
determine
values
for
various
system
dependent
variables
and
detect
any
quirks
of
your
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
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment