univrsal / tuna

Song information plugin for obs-studio
GNU General Public License v2.0
717 stars 57 forks source link

build support/instructions for arch #184

Closed RPowell-C closed 6 months ago

RPowell-C commented 6 months ago

This is a really cool plugin imo, but I can't seem to get it to build on Arch

univrsal commented 6 months ago
git clone https://github.com/univrsal/tuna --recursive && cd tuna && mkdir build && cd build && cmake .. && cmake --build . --parallel

Is all you need.

RPowell-C commented 6 months ago

thank you, I'm just dumb