ICE Agent Requirements
The following requirements apply the installation of an ICE Agent.
WindowsWhen installing ICE Agent on Microsoft Windows PCs, it is
required that the Visual C++ redistributable package is installed and it is
recommended, but not required, that OpenSSL and GnuPG are also installed on the host.
► Recommend: OpenSSL. Install using the Chocolatey package manager with the command choco install openssl
► Recommend: GnuPG (“gpg”). Install using the Chocolatey package manager with the command choco install gpg4win
Linux and macOSWhen installing ICE Agent on Linux or macOS, no additional software is required, but OpenSSL and GnuPG are recommended.
► Recommend: OpenSSL. On macOS, install using the Homebrew package manager with the command brew install openssl. On Linux, use the native package manager, for example: sudo apt install openssl.
► Recommend: GnuPG (“gpg”). On macOS, install using the Homebrew package manager with the command brew install gnupg. On Linux, use the native package manager, for example: sudo apt install gnupg.