build support/instructions for arch
RPowell-C opened this issue · 2 comments
RPowell-C commented
This is a really cool plugin imo, but I can't seem to get it to build on Arch
univrsal commented
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
thank you, I'm just dumb