Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/arm/README
blob: 0b00dac244914adfba0e39a61f7a8efe2a9a3913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.