Add not for possible Fedora build issue (#231)

This commit is contained in:
Francisco Vallarino 2022-11-12 12:31:31 +01:00 committed by GitHub
parent d4270caafe
commit 8695391657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,12 @@ sudo dnf install SDL2-devel
sudo dnf install glew-devel
```
If you get a `Failed to build double-conversion` error, you may need to run:
```bash
sudo dnf install gcc-c++
```
### Windows
Inside your project's directory: