1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-22 06:40:01 +08:00

Add the required line that's missing, as noted by

This commit is contained in:
Alex Miller 2019-06-11 14:24:39 -07:00
parent 2e62ad034d
commit d304372e67

@ -225,6 +225,7 @@ If you installed WIX before running `cmake` you should find the
docker run -it -v '/local/dir/path/foundationdb:/docker/dir/path/foundationdb' foundationdb/foundationdb-build:latest docker run -it -v '/local/dir/path/foundationdb:/docker/dir/path/foundationdb' foundationdb/foundationdb-build:latest
``` ```
1. Run `$ scl enable devtoolset-8 python27 rh-python36 rh-ruby24 -- bash` within the running container. This enables a more modern compiler, which is required to build FoundationDB.
1. Navigate to the container's mounted directory which contains the foundationdb repo. 1. Navigate to the container's mounted directory which contains the foundationdb repo.
```shell ```shell