aboutsummaryrefslogtreecommitdiffstats
path: root/README.de.md
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-01 05:22:49 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-01 05:22:49 -0500
commitda0dd16ffaaa047ca83e3feaf0f785cc4ff8d273 (patch)
treeb49c257795b96eec27416ff3921db5b3b1806663 /README.de.md
parentremove the rest of cmake (diff)
downloadsway-da0dd16ffaaa047ca83e3feaf0f785cc4ff8d273.tar.gz
sway-da0dd16ffaaa047ca83e3feaf0f785cc4ff8d273.tar.zst
sway-da0dd16ffaaa047ca83e3feaf0f785cc4ff8d273.zip
update readmes for meson
Diffstat (limited to 'README.de.md')
-rw-r--r--README.de.md10
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
52 52
53Abhängigkeiten: 53Abhängigkeiten:
54 54
55* cmake 55* meson
56* [wlc](https://github.com/Cloudef/wlc) 56* [wlc](https://github.com/Cloudef/wlc)
57* wayland 57* wayland
58* xwayland 58* xwayland
@@ -74,11 +74,9 @@ _\*\*Nur erforderlich für swaylock_
74 74
75Führe diese Befehle aus: 75Führe diese Befehle aus:
76 76
77 mkdir build 77 meson build
78 cd build 78 ninja -C build
79 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. 79 sudo ninja -C build install
80 make
81 sudo make install
82 80
83In Systemen mit logind musst du `sway` einige Capabilities geben: 81In Systemen mit logind musst du `sway` einige Capabilities geben:
84 82