From fe1b1b83a16ad1c74fc63cb1fcbf4a37f019ced2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20D=C5=BEid=C5=BEi=C4=87?= <36107078+kristiandz@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:13:08 +0200 Subject: [PATCH] Update README.md - Added compiling information for RHEL based distros --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c04c86a..148922d2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To compile CoD4x from source, you need to install the following prerequisites: RHEL/CentOS/Rocky Linux 32-bit: ``` -sudo yum -y install glibc-devel.i686 glibc-devel nasm +sudo yum install -y glibc-devel glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 nasm ``` Debian/Ubuntu 32-bit: