diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/web/index.html | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/source4/lib/ldb/web/index.html b/source4/lib/ldb/web/index.html index 7322ed9848..3fa4cdc3d7 100644 --- a/source4/lib/ldb/web/index.html +++ b/source4/lib/ldb/web/index.html @@ -58,23 +58,11 @@ mailing list, and the <a href="http://bugzilla.samba.org/">Samba bugzilla</a> bu <h2>Download</h2> -You can download the latest release either via rsync or through git.<br> -<br> -To fetch via git see the following guide:<br> +You can download the latest release here:<br> + <a href="http://samba.org/ftp/pub/ldb">http://samba.org/ftp/pub/ldb</a> + +Alternatively, you can fetch via git. See the following guide:<br> <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br> -Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/ldb directory.<br> -<br> -To fetch via rsync use these commands: - -<pre> - rsync -Pavz samba.org::ftp/unpacked/ldb . - rsync -Pavz samba.org::ftp/unpacked/tdb . - rsync -Pavz samba.org::ftp/unpacked/talloc . - rsync -Pavz samba.org::ftp/unpacked/libreplace . -</pre> - -and build in ldb. It will find the other libraries in the directory -above automatically. <hr> <tiny> |