mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
README: Update to reflect RocksDB in Disco (19.04); remove OpenSSL 1.0 only instruction. [ci skip]
This commit is contained in:
parent
7d7df3b44f
commit
5ce437409d
1 changed files with 4 additions and 7 deletions
11
README.md
11
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue