加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
apt_install_init.sh 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
yyheroi 提交于 2024-07-29 18:20 . add rust helloworld
#!/bin/bash
sudo apt install \
build-essential libtool texinfo \
gzip zip unzip patchutils \
cmake ninja-build automake bison flex gperf \
grep sed gawk bc \
zlib1g-dev libexpat1-dev libmpc-dev libncurses-dev \
libglib2.0-dev libfdt-dev libpixman-1-dev libelf-dev libssl-dev -y
sudo apt-get install clang-format clang-tidy clang-tools clang clangd libc++-dev libc++1 libc++abi-dev libc++abi1 libclang-dev libclang1 liblldb-dev libllvm-ocaml-dev libomp-dev libomp5 lld lldb llvm python3-clang -y
sudo apt install qemu-system-x86 -y
qemu-system-x86_64 --version
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化