summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-10-31 12:17:27 +1100
committerAmitay Isaacs <amitay@gmail.com>2012-10-31 12:19:08 +1100
commita6d9b6f473e89238eb96c3ba9f69ec3433e7b45a (patch)
tree2263d0f494a6401a2c3e474f572e45be33b2afd1 /ctdb/web
parent4ca7f95d4f0c160bbd10c60b27863a61ee2f2fbd (diff)
downloadsamba-a6d9b6f473e89238eb96c3ba9f69ec3433e7b45a.tar.gz
samba-a6d9b6f473e89238eb96c3ba9f69ec3433e7b45a.tar.xz
samba-a6d9b6f473e89238eb96c3ba9f69ec3433e7b45a.zip
web: Update instructions for building from tarball
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit ceac026713a7ee30ea865ed4a9422900ed76fdf6)
Diffstat (limited to 'ctdb/web')
-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.