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

README update to resolve dependency issues on Debian/Ubuntu based distros #165

Open
mt206 opened this issue Jul 3, 2021 · 1 comment
Open

Comments

@mt206
Copy link

mt206 commented Jul 3, 2021

Following the How to run examples section I was running into errors like:

fatal error: X11/Xlib.h: No such file or directory
   33 | #include <X11/Xlib.h>

and

fatal error: X11/Xcursor/Xcursor.h: No such file or directory
   37 | #include <X11/Xcursor/Xcursor.h>

I was able to resolve all of these by installing the needed headers by adding the xorg-dev package using:
sudo apt install xorg-dev

Might be useful to add a troubleshooting section to the README or a sidenote to the examples for users who might hit the same problem.

@auroraanna
Copy link

I have no idea in what package xorg-dev is in nixpkgs. Seaching for it doesn't yield the right result.

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

2 participants