Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-03-14 02:09:40 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-03-14 02:09:40 (GMT)
commit5de23565855890a84518b621bf019384cc45ba91 (patch)
treede1102592cb8f0e3470a46da61a9091824969104
parent4913f5857f740e66c2f8621db52d589b2171f832 (diff)
README file, specifying the steps to be followed, to compile and deploy the plugin libraries.HEADmaster
-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.
+