Installation of Grilo
        
        
          Install Grilo by running the
          following commands:
        
        mkdir build &&
cd    build    &&
meson setup --prefix=/usr           \
            --buildtype=release     \
            -D enable-gtk-doc=false \
            ..                     &&
ninja
        
          To test the results, issue: ninja
          test.
        
        
          Now, as the root user:
        
        ninja install
       
      
        
          Command Explanations
        
        
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
        
          -D enable-gtk-doc=false:
          This option disables generating documentation. If you have
          GTK-Doc-1.34.0 installed and wish to generate
          documentation, remove this option.
        
       
      
        
          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
                   |