head	1.2;
access;
symbols
	pjones-sparse-experiment:1.2.0.2
	librsync-0_9_7:1.2
	rpm-4_3_1-start:1.1.1.1
	rpm-4_3:1.1.1.1.0.2
	postmerge-librsync-20021113:1.1.1.1
	premerge-librsync-20021113:1.1.1.1
	librsync-20021113:1.1.1.1
	pre-librsync-20021113:1.1.1.1
	librsync-0_9_5:1.1.1.1
	librsync:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.2
date	2004.12.11.11.15.05;	author jbj;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.13.20.05.06;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.11.13.20.05.06;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to librsync-0.9.7.
@
text
@README for librsync
-------------------

librsync implements the rolling-checksum algorithm of remote file
synchronization that was popularized by the rsync utility and is used in
rproxy. This algorithm transfers the differences between 2 files without
needing both files on the same system.

This library was previously known as libhsync up to version 0.9.0. It
was originaly developed as part of rproxy, but is now used by other
applications and has its own project on SourceForge.

See the SourceForge project site for all released packages, mailing
lists, bug tracker, patch tracker, and CVS.

  http://librsync.sourceforge.net/

To use anonymous CVS, see the file README.CVS in this directory. Also
read HACKING for a description of development conventions used by this
project.

>> Requirements

To build librsync you will need:

  * A C compiler and appropriate headers and libraries

  * Make

  * popt -- command line parsing library

    Available from ftp://ftp.redhat.com/pub/redhat/code/popt

    A cut-down version of popt1.5 is included and will be used
    automatically if there is no popt library on your build host.

>> Compiling

To build and test librsync from the extracted distribution do;

  $ ./configure
  $ make all check

>> Note for RedHat 7.0

RedHat 7.0 (Guiness) ships with a buggy version of GCC 2.96 that
produces many warnings while compiling librsync.  These are harmless
-- the library seems to work anyhow.  You can avoid the warnings by
using the 'kgcc' version of the compiler:

  $ export CC=kgcc
  $ ./autogen.sh
  $ make all check

>> Note for Windows

With cygwin you can build using gcc as under a normal unix system. It
is also possible to compile under cygwin using MSVC++. You must have
environment variables needed by MSCV set using the Vcvars32.bat
script. With these variables set, you just do;
  
  $ ./configure.msc
  $ make all check

The PCbuild directory contains a project and pre-generated config
files for use with the MSVC++ IDE. This should be enought to compile
rdiff.exe without requiring cygwin.

>> Library Versions

librsync uses the GNU libtool library versioning system, so the filename
does not correspond to the librsync release.  To show the library release
and version, use the librsyncinfo tool. See libversions.txt for more
information.

>> Platforms

librsync is known to run on:

GNU Linux Debian 3.0 x86

SUNWspro: (use -v for more warnings)

mips-sgi-irix6.5: works, but you must use GNU Make rather than the default
SGI Make.  I used gcc.

windows32: see above.

>> API Documentation

librsync contains markup for automatic API documentation generation using
the Doxygen tool:

  http://www.doxygen.org/

$Id: README,v 1.17 2004/10/18 02:30:53 abo Exp $
@


1.1
log
@Initial revision
@
text
@d1 2
a2 3
librsync is the next generation of librsync, and provides flexible
checksum-based differencing.  The main application at the moment in
rproxy, but the library should eventually be generally useful.
d4 17
a20 5
  http://linuxcare.com.au/rproxy/

This library was previously known as libhsync up to version 0.9.0.

To use anonymous CVS, see the file README.CVS in this directory.
d24 1
a24 1
To build librsync:
d37 7
d55 14
d71 4
a74 3
librsync uses the GNU libtool library versioning system, so the
filename does not correspond to the librsync release.  To show the
library release and version, use the librsyncinfo tool.
d78 1
a78 1
librsync/rproxy is known to run on:
d80 1
a80 1
GNU Linux Debian 2.2 x86
d84 4
a87 2
mips-sgi-irix6.5: works, but you must use GNU Make rather than the
default SGI Make.  I used gcc.
d91 2
a92 2
librsync contains markup for automatic API documentation generation
using the Doxygen tool:
d96 1
a96 2
Id: README,v 1.13 2001/08/08 05:37:43 mbp Exp 

@


1.1.1.1
log
@track: auto import
@
text
@@
