Skip to content

Commit 194f1da

Browse files
committed
Update README.
1 parent 53353b8 commit 194f1da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ memtier_benchmark is a command line utility developed by Redis Labs (formerly Ga
1010
* Random and sequential key name pattern policies
1111
* Random or ranged key expiration
1212
* Redis cluster
13+
* TLS support
1314
* ...and much more
1415

1516
Read more at:
@@ -25,6 +26,7 @@ The following libraries are required for building:
2526

2627
* libevent 2.0.10 or newer.
2728
* libpcre 8.x.
29+
* OpenSSL (unless TLS support is disabled by `./configure --disable-tls`).
2830

2931
The following tools are required
3032
* autoconf
@@ -70,7 +72,7 @@ Then proceed to follow the build instructions below.
7072
On Ubuntu/Debian distributions, simply install all prerequisites as follows:
7173

7274
```
73-
# apt-get install build-essential autoconf automake libpcre3-dev libevent-dev pkg-config zlib1g-dev
75+
# apt-get install build-essential autoconf automake libpcre3-dev libevent-dev pkg-config zlib1g-dev libssl-dev
7476
```
7577

7678
#### macOS

0 commit comments

Comments
 (0)