aboutsummaryrefslogtreecommitdiffstats
path: root/README.pt.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.pt.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.pt.md')
-rw-r--r--README.pt.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.pt.md b/README.pt.md
index b5ca132f..ff51ac2c 100644
--- a/README.pt.md
+++ b/README.pt.md
@@ -54,7 +54,7 @@ visite o canal no IRC ou mande um email para sir@cmpwn.com (*em inglês*).
54 54
55Antes de iniciar a compilação, instale as dependências: 55Antes de iniciar a compilação, instale as dependências:
56 56
57* cmake 57* meson
58* [wlc](https://github.com/Cloudef/wlc) 58* [wlc](https://github.com/Cloudef/wlc)
59* wayland 59* wayland
60* xwayland 60* xwayland
@@ -76,11 +76,9 @@ _\*\*Dependência apenas de swaylock_
76 76
77Para compilar, execute estes comandos: 77Para compilar, execute estes comandos:
78 78
79 mkdir build 79 meson build
80 cd build 80 ninja -C build
81 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. 81 sudo ninja -C build install
82 make
83 sudo make install
84 82
85Em sistemas com logind, configure as seguintes capacidades para o arquivo binário: 83Em sistemas com logind, configure as seguintes capacidades para o arquivo binário:
86 84