Rate This Document
Findability
Accuracy
Completeness
Readability

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