We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
xorg-dev
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.
The text was updated successfully, but these errors were encountered:
I have no idea in what package xorg-dev is in nixpkgs. Seaching for it doesn't yield the right result.
Sorry, something went wrong.
No branches or pull requests
Following the How to run examples section I was running into errors like:
and
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.
The text was updated successfully, but these errors were encountered: