-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Paul Inventado edited this page Jan 1, 2021
·
2 revisions
Make sure Linux is installed on your device. You can follow these installation instructions
-
Install the necessary packages for LLVM's automatic installation script.
sudo apt install lsb-release wget software-properties-common -
Install LLVM
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" -
Install other necessary packages
sudo apt install clang clang-tidy clang-format libx11-dev -
Use the newest version of
clang++sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-11/bin/clang++ 100