clangen / musikcube

a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
https://musikcube.com
BSD 3-Clause "New" or "Revised" License
4.08k stars 295 forks source link

Documentation: Fedora Build / Installation #639

Open NoUselessTech opened 9 months ago

NoUselessTech commented 9 months ago

For fedora installations, a couple changes on the dependencies. It should be noted that I am running Fedora 38 Workstation and am not using rpmfusion repositories.

Ran into an issue where it was trying to build with the asio library and it wasn't found. Simply searched with dnf and it pulled up asio-devel. Installation resolved the cmake issues.

I'm assuming the non-free version provides greater format support, but that's not clear from the docs. If the non-free version is required, then include a call out specifically for the use of the RPMfusion source. I'll circle back on compatibility once I've tested it with the free version.