diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-18 01:54:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:55 -0500 |
commit | 1188fa1a18931d05f2effc541f592d7ab8206057 (patch) | |
tree | 0d4554770f4fa049e3ed56eba0004e9383129ddb /source4/lib | |
parent | f96b8c5391c92491dd11167a041087e1bd56440b (diff) | |
download | samba-1188fa1a18931d05f2effc541f592d7ab8206057.tar.gz samba-1188fa1a18931d05f2effc541f592d7ab8206057.tar.bz2 samba-1188fa1a18931d05f2effc541f592d7ab8206057.zip |
r18602: updated web page for new ldb build method
(This used to be commit 36c35262f23fec20feff99a87b185b74c1f176c2)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/web/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/source4/lib/ldb/web/index.html b/source4/lib/ldb/web/index.html index f0921b68cc..2715a0d8bd 100644 --- a/source4/lib/ldb/web/index.html +++ b/source4/lib/ldb/web/index.html @@ -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> |