mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
web: Update instructions for building from tarball
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit ceac026713a7ee30ea865ed4a9422900ed76fdf6)
This commit is contained in:
parent
4ca7f95d4f
commit
a6d9b6f473
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user