The make command produces an error due to the cmake version, which is 3.10.2 on my Ubuntu 18.04 Linux 5.4.0, while version 3.12+ is required.
After resolving the cmake version error by installing the latest version (as specified in my pull request, we have other errors due to the llvm version. I remarked that the Makefile was expecting llvm-10, which is not indicated in the requirements.
I accordingly updated the README in my pull request.
The
makecommand produces an error due to thecmakeversion, which is 3.10.2 on my Ubuntu 18.04 Linux 5.4.0, while version 3.12+ is required.After resolving the cmake version error by installing the latest version (as specified in my pull request, we have other errors due to the
llvmversion. I remarked that the Makefile was expecting llvm-10, which is not indicated in the requirements.I accordingly updated the README in my pull request.