Update introduction to stretch. Stretch was released on 2017-06-17 (Hope this doesn't count as vandalism)

Till Backhaus 2018-02-12 21:08:42 +01:00
parent 62adb93341
commit 367e52f913

@ -2,11 +2,9 @@ Note: these instructions are community-maintained and not supported by sway.
This document will guide you through installing sway on Debian stretch (stable). Please edit this page if you spot inaccuracies or grammar errors. This document will guide you through installing sway on Debian stretch (stable). Please edit this page if you spot inaccuracies or grammar errors.
We'll first need to install a recent version of Wayland, to do this we'll add the [Stretch](https://wiki.debian.org/DebianStretch) package source: We'll first need to install a recent version of Wayland:
```` ````
echo "deb http://http.debian.net/debian stretch main contrib" > /etc/apt/sources.list.d/stretch.list
sudo apt-get update
sudo apt-get install libgles2-mesa-dev libdrm2 libdrm-dev libegl1-mesa-dev xwayland sudo apt-get install libgles2-mesa-dev libdrm2 libdrm-dev libegl1-mesa-dev xwayland
```` ````
Change 'http://http.debian.net/debian' to your mirror of choice. Change 'http://http.debian.net/debian' to your mirror of choice.