Simply run :: "sh -e everything" from the command-line; this would compile and install the required ".so" files (plugin shared-libraries). If there is any erro at any stage, the script will break midway; with the appropriate message. If all goes well, the last message that should be seen is :: "Now try playing a mp3. If all went well, you should be able to enjoy your music :-)" The script may break because of the following errors :: a. Missing requisite package(s) ============================ In that case, (i) please append the package name to "sudo yum -y install libtool " ...... in the script "./everything". (ii) "git push" the change. b. Yet to discover.