diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-01 05:22:49 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-01 05:22:49 -0500 |
commit | da0dd16ffaaa047ca83e3feaf0f785cc4ff8d273 (patch) | |
tree | b49c257795b96eec27416ff3921db5b3b1806663 /README.de.md | |
parent | d071ff08aeae2bbea4ac4a8e56c7a146c13d0869 (diff) |
update readmes for meson
Diffstat (limited to 'README.de.md')
-rw-r--r-- | README.de.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.de.md b/README.de.md index 701cc34f..47084ad3 100644 --- a/README.de.md +++ b/README.de.md @@ -52,7 +52,7 @@ schau im IRC-Channel vorbei oder schreibe eine e-Mail an sir@cmpwn.com (nur engl Abhängigkeiten: -* cmake +* meson * [wlc](https://github.com/Cloudef/wlc) * wayland * xwayland @@ -74,11 +74,9 @@ _\*\*Nur erforderlich für swaylock_ Führe diese Befehle aus: - mkdir build - cd build - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. - make - sudo make install + meson build + ninja -C build + sudo ninja -C build install In Systemen mit logind musst du `sway` einige Capabilities geben: |