CMake Error at CMakeLists.txt:11 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
apt install clang
CMake Error at CMakeLists.txt:307 (message):
Can't find capnp compiler
apt install capnproto
CMake Error at CMakeLists.txt:512 (message):
We can't find pcap library
apt install libpcap-dev
CMake Error at CMakeLists.txt:625 (message):
Could not find gRPC library
apt-get install libgrpc-dev libgrpc++-dev libprotobuf-dev protobuf-compiler-grpc
apt-get install libboost-all-dev
Could not find OpenSSL headers
apt install libssl-dev
CMake Error at CMakeLists.txt:922 (message):
We can't find Mongo C library
apt install libmongoc-dev
CMake Error at CMakeLists.txt:939 (message):
We can't find log4cpp. We can't build project
apt-get install liblog4cpp5-dev
Comments | NOTHING