From ce6a91083bfdfbf572182122c516041efe350b5c Mon Sep 17 00:00:00 2001 From: Pete Date: Fri, 8 Mar 2019 10:36:48 +0000 Subject: [PATCH] Added a link to a guide on building sway, wlroots, etc on Fedora 29. --- Unsupported-packages.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Unsupported-packages.md b/Unsupported-packages.md index 5c3c5ad..aed4384 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -17,4 +17,8 @@ apt update apt install sway ``` -Another [old PPA `ppa:s.noack/ppa`](https://launchpad.net/~s.noack/+archive/ubuntu/ppa) includes a `sway` package which is compatible with Debian (stable and testing) and Ubuntu (all versions since including the last LTS release). **Please don't use it, the sway version there is outdated.** \ No newline at end of file +Another [old PPA `ppa:s.noack/ppa`](https://launchpad.net/~s.noack/+archive/ubuntu/ppa) includes a `sway` package which is compatible with Debian (stable and testing) and Ubuntu (all versions since including the last LTS release). **Please don't use it, the sway version there is outdated.** + +## Fedora 29 + +[Quick guide](https://nationpigeon.com/compiling-sway-on-fedora-29/) to building sway on Fedora 29.