We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac19182 + 20d63bb commit d8d1554Copy full SHA for d8d1554
1 file changed
Documentation/installation.rst
@@ -56,6 +56,12 @@ In this case you have to:
56
57
Once the installation is completed, you can follow the :doc:`quickstart` instructions.
58
59
+Note: if you have llvm 6.0 installed (check with ``apt list --installed | grep "llvm"``), the installation script will fail.
60
+In this case, remove llvm 6.0 before starting the installation script:
61
+
62
+::
63
+ sudo apt remove llvm-6.0 llvm-6.0-dev llvm-6.0-runtime
64
65
Installing from source
66
----------------------
67
0 commit comments