1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r18602: updated web page for new ldb build method

This commit is contained in:
Andrew Tridgell
2006-09-18 01:54:12 +00:00
committed by Gerald (Jerry) Carter
parent fbd8028080
commit 36c35262f2

View File

@@ -64,16 +64,21 @@ svn. To fetch via svn use the following commands:
svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/ldb ldb
svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/tdb tdb
svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/talloc talloc
svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/replace libreplace
</pre>
To fetch via rsync use these commands:
<pre>
rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/ldb .
rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/tdb .
rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/talloc .
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>
<a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>