mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +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
|
- 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
|
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
|
- RocksDB: The required version is available through `apt` as `librocksdb-dev` on
|
||||||
`./configure` with options that find 1.0.x files. Arch Linux users can use
|
Ubuntu Disco (19.04). All earlier releases (including 18.04 LTS) can configure
|
||||||
`./configure --with-ssl-includes=/usr/include/openssl-1.0`
|
with `--with-included-rocksdb` as instructed below.
|
||||||
|
|
||||||
- RocksDB: All users should configure with `--with-included-rocksdb` as
|
|
||||||
instructed below.
|
|
||||||
|
|
||||||
#### STANDALONE BUILD PROCEDURE
|
#### STANDALONE BUILD PROCEDURE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue