ga2arch / slack

c++ slack ncurses client
GNU General Public License v3.0
40 stars 3 forks source link

macOS Build #4

Open nickenchev opened 7 years ago

nickenchev commented 7 years ago

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.

FedeDP commented 7 years ago

I cannot test on macOS, @ga2arch can you?

FedeDP commented 7 years ago

@nickenchev can you please try again now?