|
【应用开发】
去哪里下载开发环境搭建需要的软件包?
发表于 2020-11-16 00:20:04
浏览:13830
|
回复:14
打印
只看该作者
[复制链接]
楼主
去哪里下载开发环境搭建需要的软件包?
去哪里下载开发环境搭建需要的软件包?
sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl \
zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev \
x11proto-core-dev libx11-dev lib32z1-dev ccache libgl1-mesa-dev \
libxml2-utils xsltproc unzip device-tree-compiler
sudo apt-get install libfile-which-perl sed make binutils gcc g++ bash \
patch gzip bzip2 perl tar cpio python unzip rsync file bc libmpc3 \
git repo texinfo pkg-config cmake tree
sudo apt-get install genext2fs
sudo apt-get install gawk
sudo apt-get install libncurses5-dev |
|