Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arm/README27
1 files changed, 27 insertions, 0 deletions
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 <new_package>"
+ <new_package> <new_package> ...... in the script "./everything".
+ (ii) "git push" the change.
+
+
+b. Yet to discover.
+