Skip to content

Commit e38cf37

Browse files
Added build instructions
1 parent 4adb777 commit e38cf37

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

WaylandBuildInstructions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
**Prequesites:**
2+
* xkbcommon and wayland development libraries must be installed
3+
* sudo apt install libxkbcommon-dev libwayland-dev
4+
5+
**Build steps**
6+
* Checkout wayland-testing branch
7+
* git checkout wayland-testing
8+
* Run following commands to build
9+
* mkdir build
10+
* cd build
11+
* cmake .. -DBUILD_WAYLAND=1
12+
* make -jx (where x is number of cores)
13+
* It is based on version 1.1.0 for now..

0 commit comments

Comments
 (0)