Installing Harmony Dependencies on GNU/Linux
On GNU/Linux, Harmony requires the following packages to be installed:
- SDL
- libX11
- libXext
- libXrandr
- alsa-lib
- libvorbis
- libSM
- fontconfig
- libGLU
- libjpeg
- libpng
- libXi
- tcsh
- redhat-lsb
If you have a GNOME Desktop-type installation, most of these will be already installed, but at least some of these will usually need to be installed manually. If you have a minimal installation, all of these packages will need to be installed manually.
How to install the Harmony dependencies on GNU/Linux
-
Open a terminal and type in the following command.
$ sudo yum install SDL libX11 libXext libXrandr alsa-lib libvorbis libSM fontconfig libGLU libjpeg libpng libXi tcsh redhat-lsb
- When prompted, confirm that you want to proceed with the installation.