... | ... | @@ -13,3 +13,16 @@ ubuntu 设置脚本 |
|
|
|
|
|
## 软件包
|
|
|
|
|
|
```shell
|
|
|
PYTHON3_PACKAGES="python3 python3-pip python3-dev lib32z1 "
|
|
|
RUBY_PACKAGES="ruby ruby-dev "
|
|
|
BASIC_PACKAGES="git curl wget vim tmux zsh net-tools iputils-ping openssh-server openssh-client locales "
|
|
|
DEV_PACKAGES="gcc gdb gdbserver g++ libssl-dev libffi-dev build-essential gdb-multiarch "
|
|
|
DEBUG_PACKAGES="bison cpio "
|
|
|
|
|
|
QEMU_PACKAGES="autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
|
|
|
gawk build-essential bison flex texinfo gperf libtool patchutils bc \
|
|
|
zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev libsdl2-dev libslirp-dev \
|
|
|
git tmux python3 python3-pip ninja-build"
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |