summaryrefslogtreecommitdiff
path: root/ctdb/web/building.html
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/web/building.html')
-rw-r--r--ctdb/web/building.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/ctdb/web/building.html b/ctdb/web/building.html
index fc4789c276c..74750789429 100644
--- a/ctdb/web/building.html
+++ b/ctdb/web/building.html
@@ -4,7 +4,7 @@
<H2 align="center">Building CTDB and Samba</h2>
<h2>CTDB</h2>
-To build a copy of the CTDB code you should do this:
+To build a copy of CTDB code from a git tree you should do this:
<pre>
cd ctdb
./autogen.sh
@@ -13,6 +13,14 @@ To build a copy of the CTDB code you should do this:
make install
</pre>
+To build a copy of CTDB code from a tarball you should do this:
+<pre>
+ tar xf ctdb-x.y.tar.gz
+ cd ctdb-x.y
+ ./configure
+ make
+ make install
+</pre>
You need to install ctdb on all nodes of your cluster.