xyproto/wallutils

Clarify C library dependencies

kennylevinsen opened this issue · 4 comments

On Fedora 29, wallutils depends on the following non-standard packages for go get to succeed:

  • xorg-x11-xbitmaps
  • libXcursor-devel
  • libXmu-devel (which pulls in libSM, libICE and libXt as well)

It might be helpful to note any compile-time dependencies like this in the readme.

Hi and thanks for reporting! I'll add them to the documentation.

I updated the documentation in a new branch. Does this look correct to you?

6a3fee7

Yes, that looks about right for the dependencies I was lacking. There might of course be others that I just happened to already have installed.

OK, thanks for reviewing.