cd /path/to/QDK && tar xvf v2.3.12.tar.gz
vim ./InstallToUbuntu.sh
9 apt-get update 10 apt-get install -y build-essential wget bsdmainutils curl python openssl rsync
修改后:
9 #apt-get update 10 #apt-get install -y build-essential wget bsdmainutils curl python openssl rsync 11 yum install -y wget curl python openssl rsync
./InstallToUbuntu.sh ./InstallToUbuntu.sh install