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

How do i build the game #50

Open
kkmfd-Offical opened this issue Jun 3, 2022 · 1 comment
Open

How do i build the game #50

kkmfd-Offical opened this issue Jun 3, 2022 · 1 comment

Comments

@kkmfd-Offical
Copy link

idk how to build the game can anyone help me

@Yabgu
Copy link

Yabgu commented Jun 17, 2022

You need VisualStudio with C++ tools installed. After you open the solution it asks for GLEW. To overcome that you can either manually install it or use NuGet to install GLEW: Just right-click on project references and add using NuGet references GLEW.v140 worked for me. If you choose NuGet reference, you need to remove GLEW from the project linker input because it is inside additional references already.
If it glitches it is most probably outdated drivers: You need to change windows update settings to prevent it from downgrading your GPU drivers and then update your GPU drivers manually.

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