mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
Update Versions
parent
6e28528fc5
commit
179d459bf3
|
@ -24,7 +24,7 @@ mkdir ~/sway-src
|
||||||
|
|
||||||
## Install wlroots
|
## Install wlroots
|
||||||
|
|
||||||
First we'll install [wlroots](https://github.com/swaywm/wlroots) 0.6 with almost all extra dependencies:
|
First we'll install [wlroots](https://github.com/swaywm/wlroots) 0.7 with almost all extra dependencies:
|
||||||
````
|
````
|
||||||
sudo apt install build-essential cmake meson libwayland-dev wayland-protocols \
|
sudo apt install build-essential cmake meson libwayland-dev wayland-protocols \
|
||||||
libegl1-mesa-dev libgles2-mesa-dev libdrm-dev libgbm-dev libinput-dev \
|
libegl1-mesa-dev libgles2-mesa-dev libdrm-dev libgbm-dev libinput-dev \
|
||||||
|
@ -37,7 +37,7 @@ sudo apt install build-essential cmake meson libwayland-dev wayland-protocols \
|
||||||
cd ~/sway-src
|
cd ~/sway-src
|
||||||
git clone https://github.com/swaywm/wlroots.git
|
git clone https://github.com/swaywm/wlroots.git
|
||||||
cd wlroots
|
cd wlroots
|
||||||
git checkout 0.6.0
|
git checkout 0.7.0
|
||||||
meson build
|
meson build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
````
|
````
|
||||||
|
@ -69,21 +69,21 @@ scdoc is needed for manual pages generation, which I recommend, but Debian's scd
|
||||||
cd ~/sway-src
|
cd ~/sway-src
|
||||||
git clone https://git.sr.ht/~sircmpwn/scdoc
|
git clone https://git.sr.ht/~sircmpwn/scdoc
|
||||||
cd scdoc
|
cd scdoc
|
||||||
git checkout 1.9.4
|
git checkout 1.9.7
|
||||||
make PREFIX=/usr/local -j$CPUCOUNT
|
make PREFIX=/usr/local -j$CPUCOUNT
|
||||||
sudo make PREFIX=/usr/local install
|
sudo make PREFIX=/usr/local install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install sway
|
## Install sway
|
||||||
|
|
||||||
Next we'll install sway 1.1.1:
|
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
|
||||||
|
|
||||||
cd ~/sway-src
|
cd ~/sway-src
|
||||||
git clone https://github.com/swaywm/sway.git
|
git clone https://github.com/swaywm/sway.git
|
||||||
cd sway
|
cd sway
|
||||||
git checkout 1.1.1
|
git checkout 1.2
|
||||||
meson build
|
meson build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
````
|
````
|
||||||
|
|
Loading…
Reference in a new issue