From 603067f9830c338e420256c28b238cf38cb625d9 Mon Sep 17 00:00:00 2001 From: Eliah Rebstock <elireb54@outlook.com> Date: Wed, 11 Jul 2018 20:47:43 +0200 Subject: [PATCH] Remove patch in README (already applied) and add Fedora packages --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f36cbd0..b402100 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,19 @@ Later on, we might add new features. For Debian : -* `libx11-dev` +* `libx11-dev` i686 edition * `build-essential` +For Fedora/Red Hat : + +* `libX11-devel.i686` +* `glibc-devel.i686` + +And if you want `sudo dnf group install "Development Tools"`. + ### On Linux systems -You may need to use [this patch](https://ar1.se/GuO0RElRWT) on x86_64 archiectures or [this one](https://github.com/erebstock/diglog-install/blob/master/diglog32.patch) on i686 architectures. + Then just type : -- GitLab