aboutsummaryrefslogtreecommitdiff
path: root/README.ja.md
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-01 05:22:49 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-01 05:22:49 -0500
commitda0dd16ffaaa047ca83e3feaf0f785cc4ff8d273 (patch)
treeb49c257795b96eec27416ff3921db5b3b1806663 /README.ja.md
parentd071ff08aeae2bbea4ac4a8e56c7a146c13d0869 (diff)
update readmes for meson
Diffstat (limited to 'README.ja.md')
-rw-r--r--README.ja.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.ja.md b/README.ja.md
index 2e8f9bfb..cf89971c 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -38,7 +38,7 @@ Swayは沢山のディストリビューションで提供されています。"
次の依存パッケージをインストールしてください:
-* cmake
+* meson
* [wlc](https://github.com/Cloudef/wlc)
* wayland
* xwayland
@@ -60,11 +60,9 @@ _\*\*swaylockでのみ必要です_
次のコマンドを実行してください:
- 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
logindを使用しているシステムでは、バイナリにいくつかのケーパビリティを設定する必要があります: