aboutsummaryrefslogtreecommitdiffstats
path: root/README.it.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.it.md')
-rw-r--r--README.it.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.it.md b/README.it.md
index f5e0d8e2..94dc96c6 100644
--- a/README.it.md
+++ b/README.it.md
@@ -1,4 +1,4 @@
1# sway [![](https://api.travis-ci.org/swaywm/sway.svg)](https://travis-ci.org/swaywm/sway) [![Donate with fosspay](https://drewdevault.com/donate/static/donate-with-fosspay.png)](https://drewdevault.com/donate?project=4) 1# sway
2 2
3"**S**irCmpwn's **Way**land compositor" è un compositor 3"**S**irCmpwn's **Way**land compositor" è un compositor
4[Wayland](http://wayland.freedesktop.org/) **in via di sviluppo** 4[Wayland](http://wayland.freedesktop.org/) **in via di sviluppo**
@@ -48,7 +48,7 @@ a sir@cmpwn.com.
48 48
49Installa queste dipendenze: 49Installa queste dipendenze:
50 50
51* cmake 51* meson
52* [wlc](https://github.com/Cloudef/wlc) 52* [wlc](https://github.com/Cloudef/wlc)
53* wayland 53* wayland
54* xwayland 54* xwayland
@@ -56,7 +56,7 @@ Installa queste dipendenze:
56* libcap 56* libcap
57* asciidoc 57* asciidoc
58* pcre 58* pcre
59* json-c <= 0.12.1 59* json-c >= 0.13
60* pango 60* pango
61* cairo 61* cairo
62* gdk-pixbuf2 * 62* gdk-pixbuf2 *
@@ -70,11 +70,9 @@ _\*\*Richiesto solo per swaylock_
70 70
71Esegui questi comandi: 71Esegui questi comandi:
72 72
73 mkdir build 73 meson build
74 cd build 74 ninja -C build
75 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. 75 sudo ninja -C build install
76 make
77 sudo make install
78 76
79Per i sistemi con logind, devi impostare un paio di caps sull'eseguibile: 77Per i sistemi con logind, devi impostare un paio di caps sull'eseguibile:
80 78