mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Updated Debian 10 (Buster) Installation (markdown)
parent
158b5b6e1c
commit
522a3dc80e
|
@ -32,7 +32,7 @@ sudo apt install build-essential cmake meson libwayland-dev wayland-protocols \
|
|||
libxcb1-dev libxcb-composite0-dev libxcb-xfixes0-dev libxcb-xinput-dev \
|
||||
libxcb-image0-dev libxcb-render-util0-dev libx11-xcb-dev libxcb-icccm4-dev \
|
||||
freerdp2-dev libwinpr2-dev libpng-dev libavutil-dev libavcodec-dev \
|
||||
libavformat-dev universal-ctags xwayland
|
||||
libavformat-dev universal-ctags
|
||||
|
||||
cd ~/sway-src
|
||||
git clone https://github.com/swaywm/wlroots.git
|
||||
|
@ -78,7 +78,7 @@ sudo make PREFIX=/usr/local install
|
|||
|
||||
Next we'll install sway 1.2:
|
||||
````
|
||||
sudo apt install libpcre3-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev
|
||||
sudo apt install libpcre3-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev xwayland
|
||||
|
||||
cd ~/sway-src
|
||||
git clone https://github.com/swaywm/sway.git
|
||||
|
@ -98,18 +98,4 @@ cd swaybg
|
|||
git checkout 1.0
|
||||
meson build
|
||||
sudo ninja -C build install
|
||||
```
|
||||
|
||||
## Install mako (optional)
|
||||
|
||||
A lightweight notification daemon for Wayland.
|
||||
```
|
||||
cd ~/sway-src
|
||||
git clone https://github.com/emersion/mako
|
||||
cd mako
|
||||
meson build
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
```
|
||||
|
||||
Add this line `exec mako --anchor bottom-right` to your sway config.
|
||||
```
|
Loading…
Reference in a new issue