From 5de23565855890a84518b621bf019384cc45ba91 Mon Sep 17 00:00:00 2001 From: Ajay Garg Date: Wed, 14 Mar 2012 02:09:40 +0000 Subject: README file, specifying the steps to be followed, to compile and deploy the plugin libraries. --- diff --git a/arm/README b/arm/README new file mode 100644 index 0000000..0b00dac --- /dev/null +++ b/arm/README @@ -0,0 +1,27 @@ +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. + -- cgit v0.9.1