Update Makefile

在本地和codespace的环境配置中添加更新软件源
This commit is contained in:
YuYan Li
2022-10-29 15:46:13 +08:00
parent d9a2a10160
commit f195362a5a

View File

@@ -165,6 +165,7 @@ setupclassroom_test8:
# for local ubuntu with zsh shell SHELL, need root for sudo
ubuntu_local_setenv:
sudo apt-get update
sudo apt install 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 git tmux python3 ninja-build zsh -y
@@ -181,6 +182,7 @@ ubuntu_local_setenv:
# for github codespaces ubuntu with zsh SHELL, need root for sudo
codespaces_setenv:
sudo apt-get update
sudo apt install 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 git tmux python3 ninja-build zsh -y