Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Dependencies

  1. Install the compilation environment.
    yum -y install gcc gcc-c++ automake make libtool zlib-devel glib2-devel bzip2-devel libuuid-devel spice-protocol  usbredir-devel libaio-devel python2 python3 libgcrypt
    yum install pixman-devel -y
    yum -y install openssl-devel
    yum -y install libjpeg-turbo-devel
    yum -y install opus-devel
    yum -y install gnutls-devel //Enable the GNUTLS option, which is required when using the VNC key.
    yum -y install edk2-aarch64.noarch//For ARM only
  2. Install the SPICE protocol.
    Download the SPICE protocol installation package. For the download address, see Table 2.
    1. Decompress the SPICE protocol installation package.
      tar -xf spice-protocol-0.14.1.tar.bz2
    2. Go to the spice-protocol-0.14.1 directory.
      cd spice-protocol-0.14.1/
    3. Configure, compile, and install the SPICE protocol.
      ./configure
      make && make install
      cd
  3. Install SPICE.
    Download the SPICE installation package. For the download address, see Table 2.
    1. Decompress the SPICE installation package.
      tar -xf spice-0.14.3.tar.bz2
    2. Go to the spice-0.14.3/ directory.
      cd spice-0.14.3/
    3. Configure, compile, and install SPICE.
      ./configure
      make && make install
      cd