Hexagenic / wanikaniwallpaper

Create a wallpaper based on your WaniKani progress
26 stars 7 forks source link

Build instructions for rpm based systems #30

Open PlexSheep opened 8 months ago

PlexSheep commented 8 months ago

I had some trouble building the project on Fedora 38, it would be good to mention where to get the dependencies on non Debian systems.

dnf install freetype-devel jsoncpp-devel boost-devel cmake make takes care of most things, but utfcpp does not seem to be packaged for fedora at least. There is a tumbleweed rpm package, but I could not get that to work.

Besides that, maybe add cmake . && cmake --build . to the readme.

PlexSheep commented 8 months ago

This is implemented in #31