You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			9 years ago | |
|---|---|---|
| CMake | 9 years ago | |
| backend | 9 years ago | |
| common | 9 years ago | |
| example | 9 years ago | |
| include | 9 years ago | |
| render | 9 years ago | |
| session | 9 years ago | |
| types | 9 years ago | |
| .gitignore | 9 years ago | |
| CMakeLists.txt | 9 years ago | |
| CONTRIBUTING.md | 9 years ago | |
| LICENSE | 9 years ago | |
| README.md | 9 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	wlroots
Pluggable, composable modules for building a Wayland compositor.
WIP - Status
Building
Install dependencies:
- cmake
 - wayland
 - wayland-protocols
 - EGL
 - GLESv2
 - DRM
 - GBM
 - libinput
 - udev
 - systemd (optional, for logind support)
 - asciidoc (optional, for man pages)
 
Run these commands:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install