Hacker News new | ask | show | jobs
by jallbrit 1929 days ago
Hey, I'm the creator. Can you share what errors you're getting?
1 comments

Hey there, was getting linker errors because panel.pc wasn't in Pkg-config. Turns out installing ncurses with homebrew gives you ncurses v6 which doesn't have .pc files.

https://mrcook.uk/how-to-install-go-ncurses-on-mac-osx ^ this guide is really helpful and explains how to fix the issue

Super cool program by the way!