tomassedovic / tcod-rs

Rust bindings for libtcod 1.6.3 (the Doryen library/roguelike toolkit)
Do What The F*ck You Want To Public License
229 stars 45 forks source link

Document dependencies for Fedora #311

Open tomassedovic opened 4 years ago

tomassedovic commented 4 years ago

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.