Grilo-0.3.1
      
      
      
        
          Installation of Grilo
        
        
          Install Grilo by running the
          following commands:
        
        
./configure --prefix=/usr     \
            --libdir=/usr/lib \
            --disable-static &&
make
        
          This package does not come with a testsuite.
        
        
          Now, as the root user:
        
        
make install
       
      
        
          Command Explanations
        
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
        
          --enable-gtk-doc: Use this parameter if
          GTK-Doc is installed and you wish
          to rebuild and install the API documentation.
        
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              grilo-test-ui-0.3, grl-inspect-0.3 and
              grl-launch-0.3
            
            
              Installed Libraries:
              libgrilo-0.3.so, libgrlnet-0.3.so and
              libgrlpls-0.3.so
            
            
              Installed Directories:
              /usr/include/grilo-0.3
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                    grilo-test-ui-0.3
                   | 
                    is a simple playground application that you can use to
                    test the framework and its plugins.
                   | 
              
                | 
                    grl-inspect-0.3
                   | 
                    is a tool that prints out information on available Grilo
                    sources.
                   | 
              
                | 
                    grl-launch-0.3
                   | 
                    is a tool to run Grilo
                    operations from command line.
                   | 
              
                | 
                    libgrilo.so | 
                    provides the Grilo framework.
                   | 
              
                | 
                    libgrlnet.so | 
                    provides Grilo networking helpers for plug-ins.
                   | 
              
                | 
                    libgrlpls.so | 
                    provides playlist handling functions.
                   | 
            
          
         
       
      
        Last updated on 2016-08-29 13:59:18 -0700