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

Build error on windows: "assets/osu/shaders/slider.h" not found #6

Closed
dragsbruh opened this issue Dec 10, 2023 · 1 comment
Closed

Comments

@dragsbruh
Copy link

I am on windows 11. I used the -prod flag, and have gcc in path.

builder error: Header file "assets/osu/shaders/slider.h", needed for module `core.osu.parsers.beatmap.object.graphic` was not found. Please install the corresponding development headers.

Probably you forgot to include it in the repo or is it a windows specific thing?

@xjunko
Copy link
Owner

xjunko commented Dec 10, 2023

You were supposed to use the ext/build.sh script to build the program, also it's linux only.

You can skip the script part by building the shader manually with v shader assets/osu/shaders, but there's nothing much I could do about the windows incompatibility because of the audio engine.

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