Can you please provide the instructions to compile after cloning the project via git. I am probably doing something wrong with mine:
root@ip-ccc-cc-cc-ccc:~/downloads/json2avro/avro-c/build# cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=RelWithDebInfo
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:20 (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.
-- Configuring incomplete, errors occurred!
See also "/root/downloads/json2avro/avro-c/build/CMakeFiles/CMakeOutput.log".
See also "/root/downloads/json2avro/avro-c/build/CMakeFiles/CMakeError.log".
Can you please provide the instructions to compile after cloning the project via git. I am probably doing something wrong with mine: