diff --git a/Debian-installation-guide.md b/Debian-installation-guide.md index 8b70280..d04da4f 100644 --- a/Debian-installation-guide.md +++ b/Debian-installation-guide.md @@ -1,5 +1,7 @@ ## Disclaimers +**This guide is outdated and shouldn't be used.** Any attempt to use it will only result in build errors and frustration. Debian users: please update this guide for wlroots. + Note: these instructions are community-maintained, and are not supported by the `sway` project. They are known to work as of the last edit. It should also be noted that Debian is probably the least friendly mainstream distribution to install `sway` and many of it's affiliated applications on since it relies on building from source and non-stable repositories. You may wish to try it on another distribution first before embarking down this road. This document will guide you through installing sway on Debian Buster (stable). Currently `swaywm` IS available in the `experimental` repositories, HOWEVER several dependencies are only available in `sid`. To get `sway` installed with minimal manual compilation, a couple of `experimental` repositories will be added, but to ensure stability, `sid` repositories will be avoided. The application itself and other dependencies are pulled from GitHub. @@ -16,7 +18,7 @@ We'll first need to install `xwayland` and other dependencies in order to suppor sudo apt-get install libgles2-mesa-dev libdrm2 libdrm-dev libegl1-mesa-dev xwayland ```` -## Installing `wlc` [\[1\]](#ref1) +## Installing `wlc` Next we'll install [Wlc](https://github.com/Cloudef/wlc) and its dependencies: ```` @@ -123,6 +125,4 @@ Here is some additional software you might find useful: `sway` is extremely popular on [the unixporn subreddit](https://www.reddit.com/r/unixporn/search/?q=sway&restrict_sr=1). You may wish too have a look for other recommended applications and configurations there. -Feel free to add additional recommended applications to this list, noting that most users are interested in `sway` as a lightweight, keyboard-driven window manager. Heavy GUI applications like FireFox and LibreOffice are great options for all desktops, but are not specifically relevant to those goals. - -1. [^](#refLink1) According to [this](https://github.com/Cloudef/wlc#deprecation-notice), "wlc is officially deprecated. Interested users are encouraged to use wlroots instead.". Is installing wlc necessary? I couldn't find a better way of raising this question than adding it as this footnote - please feel free to delete/revert this edit as you wish. \ No newline at end of file +Feel free to add additional recommended applications to this list, noting that most users are interested in `sway` as a lightweight, keyboard-driven window manager. Heavy GUI applications like FireFox and LibreOffice are great options for all desktops, but are not specifically relevant to those goals. \ No newline at end of file