diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd701ef --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# squashdelta +Create efficient deltas (patches) between two SquashFS images + +## Building from source +This project uses [autotools](http://inti.sourceforge.net/tutorial/libinti/autotoolsproject.html) + +```bash +$ git clone https://github.com/mgorny/squashdelta.git +$ cd squashdelta +``` + +```bash +$ aclocal +$ autoconf +$ touch AUTHORS NEWS README ChangeLog +$ mkdir build-aux +$ autoreconf --install +$ automake --add-missing +``` + +```bash +$ ./configure --prefix=/opt/bin +$ make +``` + +## Usage +```bash +$ ./squashdelta +``` + +## Whitepaper +https://dev.gentoo.org/~mgorny/articles/reducing-squashfs-delta-size-through-partial-decompression.pdf