Add installation instructions for Fedora

Signed-off-by: William Brawner <me@wbrawner.com>
William Brawner 2021-04-12 08:44:45 -07:00
parent 8dceddce70
commit c96cbcd2ee

@ -47,4 +47,12 @@ Dependencies:
### openSUSE
Build from source or install [this](https://build.opensuse.org/package/show/home:mnhauke:games/reone) package.
Build from source or install [this](https://build.opensuse.org/package/show/home:mnhauke:games/reone) package.
### Fedora
* Install Clang or GCC
* Install CMake
* Install dependencies: `sudo dnf install boost-devel SDL2-devel glew-devel openal-soft-devel libmad-devel ffmpeg-devel wxGTK3-devel`
* Create a *build* directory inside the project directory and *cd* into it
* Generate Makefiles: `cmake ..`