Skip to content

Installation

Paul Inventado edited this page Jan 1, 2021 · 2 revisions

ChromeOS

Make sure Linux is installed on your device. You can follow these installation instructions

  1. Install the necessary packages for LLVM's automatic installation script.

    sudo apt install lsb-release wget software-properties-common

  2. Install LLVM

    sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"

  3. Install other necessary packages

    sudo apt install clang clang-tidy clang-format libx11-dev

  4. Use the newest version of clang++

    sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-11/bin/clang++ 100

Clone this wiki locally