From 2a0d401976e67eb48dc935345cdaddf392ec45d4 Mon Sep 17 00:00:00 2001 From: Yuri Pourre Date: Fri, 29 Mar 2019 20:55:48 -0300 Subject: [PATCH] Add instructions to build on Fedora Works with Fedora 29 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 259ad2349..471e1e718 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Please keep in mind that this is still being worked on and is missing parts of U ``` sudo apt-get install cmake g++-multilib libsdl2-dev:i386 libsdl2-mixer-dev:i386 libsdl2-ttf-dev:i386 libsodium-dev libsodium-dev:i386 ``` +### Installing dependencies on Fedora +``` +sudo dnf install cmake glibc-devel.i686 SDL2-devel.i686 SDL2_ttf-devel.i686 SDL2_mixer-devel.i686 libsodium-devel.i686 libasan.i686 +``` ### Compiling ``` mkdir build