Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependent libraries to readme #200

Open
opfromthestart opened this issue Dec 21, 2024 · 3 comments
Open

Add dependent libraries to readme #200

opfromthestart opened this issue Dec 21, 2024 · 3 comments

Comments

@opfromthestart
Copy link

libxft-dev library is needed for

#include <X11/Xft/Xft.h>

and libxinerama-dev is needed for

#include <X11/extensions/Xinerama.h>

but it is not listed as a dependency in the readme.

@siduck
Copy link
Owner

siduck commented Dec 22, 2024

for arch?

@LovecraftianGodsKiller
Copy link

I'm trying to build this on nobara (fedora-based) and I'm getting fatal error: X11/Xlib.h: No such file or directory

Both distros would be great as I tend to go back and forth between nobara and an arch-based distro pretty often.

@MinePro120
Copy link
Contributor

MinePro120 commented Dec 24, 2024

On arch, that would be libx11 and libxinerama. Obviously, the package name of Xlib cannot be listed for every distro, but "Xlib" and "Xinerama" entries could be added to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants