slack
slack copied to clipboard
macOS Build
Installed lib notify and cmake generated the makefile perfectly. Issue is the linker ends up complaining that I can't find "-lnotify". I needed up removing LIBNOTIFY_LIBRARIES from the link section in CMakeLists.txt and the build ended up completing successfully. Is Libnotify a header-only library now? Never used it so don't know much about it.
I cannot test on macOS, @ga2arch can you?
@nickenchev can you please try again now?