0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-13 07:28:58 +02:00

README: Remove the explicit CXX env var from the instructions.

This commit is contained in:
Jason Volk 2018-09-13 06:28:06 -07:00
parent 81d7ba8c39
commit a2160443ca

View file

@ -105,11 +105,8 @@ mkdir build
statement below.
```
CXX=g++-6 ./configure --prefix=$PWD/build --with-included-boost --with-included-rocksdb
./configure --prefix=$PWD/build --with-included-boost --with-included-rocksdb
```
- Many systems alias `g++` to an older version. To be safe, specify a version manually
in `CXX`. This will also build the submodule dependencies with that version.
- The `--with-included-*` will fetch, configure **and build** the dependencies included
as submodules.