Quote:
Originally Posted by NiLuJe
That error message is fairly straightforward: your app depends on libX11.
You need to build libX11  . Which may or may not depend on a full XOrg install, can't recall, and not on a Linux box to check right now.
|
You need a bunch of proto headers and other libs (xcb, xtrans), but nothing more than that: only a small percentage of the full X11 tree. xcb needs Python, but only at build time. It's much better than the old days of xmkmf when all you had was 'make World'.