Lines Matching full:install
41 …sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 || echo 'WARNING: coul…
44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y…
47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark…
50 …command -v shfmt || brew install shfmt || echo 'WARNING: could not install shfmt, which is useful …
57 # apt-get update and install dependencies
59 …sudo apt-get --no-install-recommends install -y automake g++ libtool lsb-release make cmake ninja-…
67 …sudo apt-get --no-install-recommends install -y binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-n…
69 sudo apt-get --no-install-recommends install -y ca-certificates wget
97 brew install automake libtool cmake ninja shfmt shellcheck
103 brew install arm-none-eabi-gcc
108 … echo 'warning: please install Command Line Tools from https://developer.apple.com/download/more/'
116 brew install llvm@9
118 …} || echo 'WARNING: could not install llvm@9, which is useful if you plan to contribute C/C++ code…
121 …python3 -m pip install yapf || echo 'Failed to install python code formatter yapf. Install it manu…