mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
remove the rest of cmake
This commit is contained in:
parent
517af37cc9
commit
d071ff08ae
25 changed files with 4 additions and 1202 deletions
10
README.md
10
README.md
|
@ -53,7 +53,7 @@ channel or shoot an email to sir@cmpwn.com for advice.
|
|||
|
||||
Install dependencies:
|
||||
|
||||
* cmake
|
||||
* meson
|
||||
* [wlroots](https://github.com/swaywm/wlroots)
|
||||
* wayland
|
||||
* xwayland
|
||||
|
@ -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