Start work on porting Go rsync implementation to C

This commit is contained in:
Kovid Goyal 2023-07-14 15:45:04 +05:30
parent 85df15bfc3
commit fabb6bd8cc
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
7 changed files with 280 additions and 484 deletions

View file

@ -85,7 +85,7 @@ Run-time dependencies:
* ``zlib``
* ``libpng``
* ``liblcms2``
* ``librsync``
* ``libxxhash``
* ``openssl``
* ``freetype`` (not needed on macOS)
* ``fontconfig`` (not needed on macOS)
@ -114,7 +114,7 @@ Build-time dependencies:
- ``liblcms2-dev``
- ``libssl-dev``
- ``libpython3-dev``
- ``librsync-dev``
- ``libxxhash-dev``
Build and run from source with Nix