From 43f6b6213eb916af679264b583bcae52b8a11063 Mon Sep 17 00:00:00 2001 From: Will Janz Date: Wed, 19 Jul 2023 02:47:50 -0600 Subject: [PATCH] Add Fedora dependencies to README This is what I needed to run to get it to build on Fedora. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6a03651..2effb23 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ npm run ui # emerge --ask --noreplace dev-util/pkgconf x11-libs/libxcb x11-libs/xcb-util-wm sys-process/procps ``` +### Fedora (38, possibly others with DNF) + +```console +# dnf install libxcb xcb-util-wm-devel pkg-config procps-ng-devel +``` + # Why rewrite? ### Clean slate