tcod-rs
tcod-rs copied to clipboard
Document dependencies for Fedora
While the documented dependencies work on Ubuntu 20.04, the Fedora (32) dependencies look a bit different:
# dnf install SDL2-devel gcc g++ make zlib-devel
We should add this to the readme.
NOTE: zlib-devel
is not necessary with the 0.15.0 release of tcod-rs, but it will need to be added once this pull request merges:
https://github.com/tomassedovic/tcod-rs/pull/309
In my testing it doesn't need to be added to Ubuntu, I'm assuming the package is already installed there.