加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install_build_tools.sh 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
#安装需要的编译工具
sudo apt-get install -y build-essential
#autotool等
sudo apt-get install -y libtool autoconf automake
sudo apt-get install -y bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config
sudo apt-get install -y gnupg
sudo apt-get install -y flex
sudo apt-get install -y bison
sudo apt-get install -y gperf
sudo apt-get install -y build-essential
sudo apt-get install -y zip
sudo apt-get install -y curl
sudo apt-get install -y libc6-dev
sudo apt-get install -y libncurses5-dev:i386
sudo apt-get install -y x11proto-core-dev
sudo apt-get install -y libx11-dev:i386
sudo apt-get install -y libreadline6-dev:i386
sudo apt-get install -y libgl1-mesa-glx:i386
sudo apt-get install -y libgl1-mesa-dev
sudo apt-get install -y g++-multilib
sudo apt-get install -y mingw32
sudo apt-get install -y tofrodos
sudo apt-get install -y python-markdown
sudo apt-get install -y libxml2-utils
sudo apt-get install -y xsltproc
sudo apt-get install -y zlib1g-dev:i386
sudo apt-get install -y gawk
sudo dpkg-reconfigure dash -n
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化