File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ If you are a Linux user on x86_64 architecture and want to quickly try slow5curl
3535
3636``` sh
3737sudo apt-get install curl # curl runtime library on Ubuntu (CentOS have this by default)
38- VERSION=v0.2.1
38+ VERSION=v0.3.0
3939wget " https://github.com/BonsonW/slow5curl/releases/download/$VERSION /slow5curl-$VERSION -x86_64-linux-binaries.tar.gz" && tar xvf slow5curl-$VERSION -x86_64-linux-binaries.tar.gz && cd slow5curl-$VERSION /
4040
4141# list commands and options
@@ -60,7 +60,7 @@ Quick example for Ubuntu:
6060
6161``` sh
6262sudo apt-get install zlib1g-dev libcurl4-openssl-dev # install zlib and libcurl development libraries
63- VERSION=v0.2.1
63+ VERSION=v0.3.0
6464wget " https://github.com/BonsonW/slow5curl/releases/download/$VERSION /slow5curl-$VERSION -release.tar.gz" && tar xvf slow5curl-$VERSION -release.tar.gz && cd slow5curl-$VERSION /
6565make
6666```
@@ -190,6 +190,7 @@ If you need any help with using the library please open an [Issue](https://githu
190190
191191slow5curl version | slow5lib version
192192--- | ---
193+ 0.3.0 | 1.4.0-beta
1931940.2.1 | 1.2.0-beta
1941950.2.0 | 1.2.0-beta
195196
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ SOFTWARE.
3232extern "C" {
3333#endif
3434
35- #define SLOW5CURL_VERSION "0.2.1-dev "
35+ #define SLOW5CURL_VERSION "0.3.0 "
3636
3737// s5curl errno
3838int * s5curl_errno_location (void );
You can’t perform that action at this time.
0 commit comments