Skip to content

Commit d8d1554

Browse files
authored
Merge pull request #237 from pinoOgni/install-documentation
Added warning llvm 6 in install documentation
2 parents ac19182 + 20d63bb commit d8d1554

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ 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 (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+
5965
Installing from source
6066
----------------------
6167

0 commit comments

Comments
 (0)