diff --git a/script/prepare_linux.sh b/script/prepare_linux.sh index 3180a16..06db3f6 100755 --- a/script/prepare_linux.sh +++ b/script/prepare_linux.sh @@ -13,5 +13,5 @@ apt-get install gcc-9 g++-9 -y update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9 update-alternatives --config gcc -apt-get install git python wget -y +apt-get install git python3 wget -y apt-get install ninja-build fontconfig libfontconfig1-dev libglu1-mesa-dev curl zip -y \ No newline at end of file diff --git a/script/prepare_linux_arm.sh b/script/prepare_linux_arm.sh index 731d5ee..0e9cc60 100755 --- a/script/prepare_linux_arm.sh +++ b/script/prepare_linux_arm.sh @@ -6,5 +6,5 @@ export DEBIAN_FRONTEND=noninteractive apt-get update -y apt-get install binutils build-essential -y apt-get install software-properties-common -y -apt-get install python git fontconfig libfontconfig1-dev libglu1-mesa-dev curl wget -y +apt-get install python3 git fontconfig libfontconfig1-dev libglu1-mesa-dev curl wget -y apt-get install clang -y diff --git a/script/prepare_linux_wasm.sh b/script/prepare_linux_wasm.sh index beae961..df4ee4d 100755 --- a/script/prepare_linux_wasm.sh +++ b/script/prepare_linux_wasm.sh @@ -6,4 +6,4 @@ export DEBIAN_FRONTEND=noninteractive apt-get update -y apt-get install binutils build-essential -y apt-get install software-properties-common -y -apt-get install python git curl wget -y \ No newline at end of file +apt-get install python3 git curl wget -y \ No newline at end of file