update Makefile

This commit is contained in:
Yu Chen
2022-06-28 11:39:44 +08:00
parent 77032265eb
commit 13ba04c4a1

View File

@@ -70,8 +70,8 @@ build_docker:
docker build -t ${DOCKER_NAME} .
setupenv:
apt-get update
apt-get install -y curl wget autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc xz-utils zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3
sudo apt-get update
sudo apt-get install -y curl wget autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc xz-utils zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev git tmux python3
RUSTUP='$HOME/rustup.sh'
cd $HOME
curl https://sh.rustup.rs -sSf > $RUSTUP && chmod +x $RUSTUP