aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c386ce81..4dcfed0e 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ WIP - [Status](https://github.com/SirCmpwn/wlroots/issues/9)
Install dependencies:
-* meson
+* cmake
* wayland
* wayland-protocols
* EGL
@@ -23,6 +23,8 @@ Install dependencies:
Run these commands:
- meson --buildtype=release build
+ mkdir build
cd build
- ninja
+ cmake -DCMAKE_BUILD_TYPE=Release ..
+ make
+ sudo make install