From 03f81bdc55301fdff1c8a459fad7c0a29143a317 Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Sun, 2 Oct 2016 18:50:57 +0900 Subject: [PATCH] Update the version number from 1.0.3 to 1.0.4 in README.md. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f525824..3ec82cc 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Installation ### Install from a tar-ball -Download snzip-1.0.3.tar.gz from https://bintray.com/kubo/generic/snzip, +Download snzip-1.0.4.tar.gz from https://bintray.com/kubo/generic/snzip, uncompress and untar it, and run configure. - tar xvfz snzip-1.0.3.tar.gz - cd snzip-1.0.3 + tar xvfz snzip-1.0.4.tar.gz + cd snzip-1.0.4 ./configure If you didn't install snappy under `/usr` or `/usr/local`, you need to specify @@ -40,8 +40,8 @@ the location by `--with-snappy` as follows. cd .. # install snzip - tar xvfz snzip-1.0.3.tar.gz - cd snzip-1.0.3 + tar xvfz snzip-1.0.4.tar.gz + cd snzip-1.0.4 ./configure --with-snappy=/usr/local/snappy You can use `--with-default-format` to change the default compression format. @@ -50,12 +50,12 @@ You can use `--with-default-format` to change the default compression format. ### Install as a rpm package -We don't provide rpm packages. You need to download snzip-1.0.3.tar.gz +We don't provide rpm packages. You need to download snzip-1.0.4.tar.gz from https://bintray.com/kubo/generic/snzip, create a rpm package as follows and install it. # The rpm package will be created under $HOME/rpmbuild/RPMS. - rpmbuild -tb snzip-1.0.3.tar.gz + rpmbuild -tb snzip-1.0.4.tar.gz ### Install from the latest source @@ -68,7 +68,7 @@ To use source code in the github repository. ### Install a Windows package. -Download `snzip-1.0.3-win32.zip` or `snzip-1.0.3-win64.zip` from +Download `snzip-1.0.4-win32.zip` or `snzip-1.0.4-win64.zip` from https://bintray.com/kubo/generic/snzip and copy `snzip.exe` and `snunzip.exe` to a directory in the PATH environment variable.