web: Update instructions for building from tarball
authorAmitay Isaacs <amitay@gmail.com>
Wed, 31 Oct 2012 01:17:27 +0000 (12:17 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 31 Oct 2012 01:19:08 +0000 (12:19 +1100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
web/building.html

index fc4789c276ca83fa8d6cb3d4049b801eeddd7035..74750789429bb8241c6422830c0377fc107fa59d 100644 (file)
@@ -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.