Skip to content
Snippets Groups Projects
Unverified Commit 400169f8 authored by Onuralp SEZER's avatar Onuralp SEZER
Browse files

docs: fedora build requires added


Signed-off-by: default avatarOnuralp SEZER <thunderbirdtr@gmail.com>
parent 2411ec16
No related branches found
No related tags found
1 merge request!1docs: fedora build requires added
......@@ -12,6 +12,10 @@ On Ubuntu:
sudo apt install build-essential cmake
sudo apt install -y libglm-dev libglfw3-dev libopenal-dev libspdlog-dev libfreetype-dev libyaml-cpp-dev libassimp-dev libbullet-dev
```
On Fedora:
```bash
sudo dnf install -y glm-devel glfw-devel openal-soft-devel spdlog-devel freetype-devel yaml-cpp-devel assimp-devel bullet-devel gcc gcc-c++ cmake gtest-devel doxygen lua lua-devel gmock gmock-devel
```
### Building
It's designed to be a fairly standard cmake project, so the standard cmake steps should work:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment