-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Can't build due to missing dependency that is present #11
Comments
Yeah, that was a typo. Update the source checkout and it should build again. |
@kovidgoyal Thanks, was using my laptop and didn't bother to check ;) also, there is a program on npm called typoassassin, which I've found to be very useful in places like this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run
./setup.py build
, it stops and says#error "glfw >= 3.2 is required"
glfw 3.2.1-1 is definitely installed (at leas according to pacman) and I have tried both the X11 and wayland versions..The text was updated successfully, but these errors were encountered: