Add installation instructions for Fedora
Signed-off-by: William Brawner <me@wbrawner.com>
parent
8dceddce70
commit
c96cbcd2ee
1 changed files with 9 additions and 1 deletions
|
@ -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 ..`
|
||||
|
|
Loading…
Reference in a new issue