Clarify C library dependencies
kennylevinsen opened this issue · 4 comments
kennylevinsen commented
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.
xyproto commented
Hi and thanks for reporting! I'll add them to the documentation.
xyproto commented
I updated the documentation in a new branch. Does this look correct to you?
kennylevinsen commented
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.
xyproto commented
OK, thanks for reviewing.