We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfd570 commit 20d63bbCopy full SHA for 20d63bb
1 file changed
Documentation/installation.rst
@@ -56,10 +56,11 @@ 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, the installation script will fail. You can do:
+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
::
- sudo apt remove llvm-6.0 llvm-6.0-dev llvm-6.0-runtime
63
+ sudo apt remove llvm-6.0 llvm-6.0-dev llvm-6.0-runtime
64
65
Installing from source
66
----------------------
0 commit comments