mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
Add missing Ubuntu package to README
Since recently, we also need the "libcrypto++-dev" package to compile Seastar (libcrypto++ used by the TCP sequence number randomization...). Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
This commit is contained in:
@@ -43,7 +43,7 @@ ninja-build
|
||||
|
||||
Installing required packages:
|
||||
```
|
||||
sudo apt-get install libaio-dev ninja-build ragel libhwloc-dev libnuma-dev libpciaccess-dev
|
||||
sudo apt-get install libaio-dev ninja-build ragel libhwloc-dev libnuma-dev libpciaccess-dev libcrypto++-dev
|
||||
```
|
||||
|
||||
Installing GCC 4.9 for gnu++1y. Unlike the Fedora case above, this will
|
||||
|
||||
Reference in New Issue
Block a user