We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac19182 commit ebfd570Copy full SHA for ebfd570
1 file changed
Documentation/installation.rst
@@ -56,6 +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:
60
+
61
+::
62
+ sudo apt remove llvm-6.0 llvm-6.0-dev llvm-6.0-runtime
63
64
Installing from source
65
----------------------
66
0 commit comments