From 5ce437409d1301816b2859926ee7d4bcfaa1e95c Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 30 May 2019 09:48:10 -0700 Subject: [PATCH] README: Update to reflect RocksDB in Disco (19.04); remove OpenSSL 1.0 only instruction. [ci skip] --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ded69284c..8df177ed8 100644 --- a/README.md +++ b/README.md @@ -126,14 +126,11 @@ forget to `export CXX=g++-7` before running `./configure` on that system. - Boost: The required version is available through `apt` as `boost-all-dev` on Ubuntu Cosmic (18.10). All earlier releases (including 18.04 LTS) can configure -with `--with-included-boost` as instructed below (or obtain that package instead). +with `--with-included-boost` as instructed below. -- OpenSSL: We use 1.0.x for now. Systems that default to 1.1.x will need to -`./configure` with options that find 1.0.x files. Arch Linux users can use -`./configure --with-ssl-includes=/usr/include/openssl-1.0` - -- RocksDB: All users should configure with `--with-included-rocksdb` as -instructed below. +- RocksDB: The required version is available through `apt` as `librocksdb-dev` on +Ubuntu Disco (19.04). All earlier releases (including 18.04 LTS) can configure +with `--with-included-rocksdb` as instructed below. #### STANDALONE BUILD PROCEDURE