You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The
make
command produces an error due to thecmake
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 text was updated successfully, but these errors were encountered: