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

Fix build on DragonFly BSD #674

Open alexax66 opened 1 month ago

alexax66 commented 1 month ago

Need use gcc > 8 for building:

sudo pkg install gcc-12_5 export CC=/usr/local/bin/gcc; export CXX=/usr/local/bin/g++ cmake -G "Unix Makefiles" . make