Skip to content

Commit 20d63bb

Browse files
authored
Added command to check if llvm 6.0 is installed.
1 parent ebfd570 commit 20d63bb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Documentation/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ In this case you have to:
5656

5757
Once the installation is completed, you can follow the :doc:`quickstart` instructions.
5858

59-
Note: if you have llvm 6.0 installed, the installation script will fail. You can do:
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:
6061

6162
::
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
6364

6465
Installing from source
6566
----------------------

0 commit comments

Comments
 (0)