librsvg-2.40.7
      
      
      
        
          Installation of librsvg
        
        
          Install librsvg by running the
          following commands:
        
        
./configure --prefix=/usr    \
            --enable-vala    \
            --disable-static &&
make
        
          To test the results, issue: make
          check.
        
        
          Now, as the root user:
        
        
make install
       
      
        
          Command Explanations
        
        
          --enable-vala: This switch
          enables building of the Vala bindings. Remove this switch if you
          don't have Vala-0.26.2 installed.
        
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
        
          --disable-introspection: Use this
          switch if you have not installed Gobject
          Introspection.
        
        
          --enable-gtk-doc: Use this parameter if
          GTK-Doc is installed and you wish
          to rebuild and install the API documentation.
        
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              rsvg-convert and rsvg-view-3
            
            
              Installed Library:
              librsvg-2.so and
              libpixbufloader-svg.so
            
            
              Installed Directories:
              /usr/include/librsvg-2.0 and
              /usr/share/gtk-doc/html/rsvg-2.0
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                    rsvg-convert
                   | 
                    is used to convert images into PNG, PDF, PS, SVG and
                    other formats.
                   | 
              
                | 
                    rsvg-view-3
                   | 
                    is a simple GTK+ 3 application that can be used to view
                    an SVG file.
                   | 
              
                | 
                    librsvg-2.so | 
                    provides the functions to render Scalable Vector
                    Graphics.
                   | 
              
                | 
                    libpixbufloader-svg.so | 
                    is the Gdk Pixbuf plugin
                    that allows GTK+
                    applications to render Scalable Vector Graphics images.
                   | 
            
          
         
       
      
        Last updated on 2015-02-22 21:16:54 -0800