Installing the Dependencies
- 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
- Install the SPICE protocol.Download the SPICE protocol installation package. For the download address, see Table 2.
- Decompress the SPICE protocol installation package.
tar -xf spice-protocol-0.14.1.tar.bz2
- Go to the spice-protocol-0.14.1 directory.
cd spice-protocol-0.14.1/
- Configure, compile, and install the SPICE protocol.
./configure make && make install cd
- Decompress the SPICE protocol installation package.
- Install SPICE.Download the SPICE installation package. For the download address, see Table 2.
- Decompress the SPICE installation package.
tar -xf spice-0.14.3.tar.bz2
- Go to the spice-0.14.3/ directory.
cd spice-0.14.3/
- Configure, compile, and install SPICE.
./configure make && make install cd
- Decompress the SPICE installation package.
Parent topic: Configuring the Installation Environment