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

Error on building #7

Open
svenyurgensson opened this issue Jan 3, 2025 · 1 comment
Open

Error on building #7

svenyurgensson opened this issue Jan 3, 2025 · 1 comment

Comments

@svenyurgensson
Copy link

svenyurgensson commented Jan 3, 2025

Hi!
I tried to install your version of raylib bindings as written in Readme, but I've got this:

builder error: Header file <raylib.h>, needed for module `emmathemartian.raylib` was not found. 
Please install the corresponding development headers.

Perhaps it's need somehow fetch raylib and raygui?

@EmmaTheMartian
Copy link
Member

EmmaTheMartian commented Jan 4, 2025

You need to install Raylib on your system and make sure they are visible to the compiler/linker. I'm planning to include Raylib as a submodule so that this isn't an issue in the future.

Here's how you can install it on Linux: https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux#install-on-gnu-linux
I'm not sure how on Windows/macOSX, though there are guides on the Raylib wiki for both.

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