Wayland-1.11.0
      
      
      
        
          Installation of Wayland
        
        
          Install Wayland by running the
          following commands:
        
        
./configure --prefix=/usr    \
            --disable-static \
            --disable-documentation &&
make
        
          To test the results, issue: make
          check.
        
        
          Now, as the root user:
        
        
make install
       
      
        
          Command Explanations
        
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
        
          --disable-documentation:
          This switch is used to disable building of the API documentation.
          Remove it if you have installed optional dependencies.
        
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              wayland-scanner
            
            
              Installed Libraries:
              libwayland-client.so,
              libwayland-cursor.so, and libwayland-server.so
            
            
              Installed Directories:
              /usr/share/wayland
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                    wayland-scanner
                   | 
                    is a tool to generate proxy methods in
                    wayland-client-protocol.h and wayland-server-protocol.h
                   | 
              
                | 
                    libwayland-client.so | 
                    contains API functions for writing Wayland applications.
                   | 
              
                | 
                    libwayland-cursor.so | 
                    contains API functions for managing cursors in
                    Wayland applications.
                   | 
              
                | 
                    libwayland-server.so | 
                    contains API functions for writing Wayland compositors.
                   | 
            
          
         
       
      
        Last updated on 2015-07-31 23:26:22 -0500