projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d568640
)
Docs tweak per Ray Stell on pgsql-general
author
Craig Ringer
<craig@2ndquadrant.com>
Fri, 4 Sep 2015 03:20:04 +0000
(11:20 +0800)
committer
Craig Ringer
<craig@2ndquadrant.com>
Fri, 4 Sep 2015 03:21:43 +0000
(11:21 +0800)
Be explicit that "make install" is required.
doc/install-source.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/install-source.sgml
b/doc/install-source.sgml
index 9303ab9c954faf43beb4902f52bd2ce1fe9a2a4c..2d29705b4bea5bceac628b199d6faa645740c44b 100644
(file)
--- a/
doc/install-source.sgml
+++ b/
doc/install-source.sgml
@@
-166,8
+166,9
@@
in the <literal>PATH</literal> environment variable, e.g.:
<programlisting>
cd /path/to/bdr-plugin-source/
- PATH=/path/to/
install
:"$PATH" ./configure
+ PATH=/path/to/
postgres/install/bin
:"$PATH" ./configure
make -j4 -s all
+ make -s install
</programlisting>
</para>
</sect2>