Lines Matching +full:debian +full:- +full:clang
5 ## Clang section in Requirements
10 It is required to use Clang 5.0 or greater.
12 ### Installing Clang argument
16 Download and install the official pre-built binary from
20 variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
24 Alternatively, for Mingw64, you can install clang via
26 pacman -S mingw64/mingw-w64-x86_64-clang
40 $ port install clang
43 #### Debian-based Linuxes
46 # apt install llvm-dev libclang-dev clang
54 # pacman -S clang
60 # dnf install clang-devel
73 If your package manager doesn't yet offer Clang 5.0, you'll need to build from
75 instructions [here](http://clang.llvm.org/get_started.html).
79 * Checkout and build clang
80 * Checkout and build the extra-clang-tools
81 * You do not need to checkout or build compiler-rt