我要评分
获取效率
正确性
完整性
易理解

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the source package directory and decompress the source package.
    cd /path/to/QDK && tar xvf v2.3.12.tar.gz
  3. Modify the installation script.
    1. Open the ./InstallToUbuntu.sh file.
      vim ./InstallToUbuntu.sh
    2. Press i to enter the insert mode, comment out lines 9 and 10, and add line 11.

      Before the modification:

      9    apt-get update
      10   apt-get install -y build-essential wget bsdmainutils curl python openssl rsync

      After the modification:

      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
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  4. Compile and install QDK.
    ./InstallToUbuntu.sh
    ./InstallToUbuntu.sh install