Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
While verifying the latest RC, I came across a few out of date dependencies in the top-level readme file:
remove
- rocksdb (yum)
- librocksdb-dev librocksdb4.1 (apt)
add
- ca-certificates (apt)
- git (yum, apt)
git is necessary for cmake plugin modules, or will get:
CMake Error at /usr/share/cmake-3.16/Modules/ExternalProject.cmake:2421 (message):
error: could not find git for clone of date_src-populate
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/ExternalProject.cmake:3236 (_ep_add_download_command)
CMakeLists.txt:13 (ExternalProject_Add)