mirror of
https://github.com/swaywm/sway.git
synced 2026-03-12 05:34:29 -04:00
Merge branch 'wlroots'
This commit is contained in:
commit
cd1b32453a
281 changed files with 14867 additions and 21088 deletions
16
README.md
16
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# sway [](https://travis-ci.org/swaywm/sway) [](https://drewdevault.com/donate?project=4)
|
||||
# sway
|
||||
|
||||
[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Ελληνικά](https://github.com/swaywm/sway/blob/master/README.el.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Italiano](https://github.com/swaywm/sway/blob/master/README.it.md#sway--) - [Português](https://github.com/swaywm/sway/blob/master/README.pt.md#sway--) -
|
||||
[Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--)
|
||||
|
|
@ -53,15 +53,15 @@ channel or shoot an email to sir@cmpwn.com for advice.
|
|||
|
||||
Install dependencies:
|
||||
|
||||
* cmake
|
||||
* [wlc](https://github.com/Cloudef/wlc)
|
||||
* meson
|
||||
* [wlroots](https://github.com/swaywm/wlroots)
|
||||
* wayland
|
||||
* xwayland
|
||||
* libinput >= 1.6.0
|
||||
* libcap
|
||||
* asciidoc
|
||||
* pcre
|
||||
* json-c <= 0.12.1
|
||||
* json-c >= 0.13
|
||||
* pango
|
||||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
|
|
@ -78,11 +78,9 @@ _\*\*\*Only required for tray support_
|
|||
|
||||
Run these commands:
|
||||
|
||||
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
|
||||
|
||||
On systems with logind, you need to set a few caps on the binary:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue