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 to setup glfw and bullet on windows #27

Open
2439905184 opened this issue Dec 20, 2021 · 1 comment
Open

how to setup glfw and bullet on windows #27

2439905184 opened this issue Dec 20, 2021 · 1 comment

Comments

@2439905184
Copy link

Does the lib glfw bullet means include file and libs(.dll,.lib),or just source code ,then cmake will call cl.exe to compile?
I meet some problem on github actions.(I have succcessfully compiled Godot Game Engine and suika2(Visual Novel)Engine with github actions.)
Also tries use linux vm (on actions)to compile saba with mingw/mingw-w64,I installed " mingw-w64-dev ",but it says there's no <windows.h>.
You can see my work here:https://github.com/little-game-and-simple-software/saba

@2439905184 2439905184 changed the title how to setupd glfw and bullet on windows how to setup glfw and bullet on windows Dec 20, 2021
@benikabocha
Copy link
Owner

Try the following with mingw64.

pacman -S mingw-w64-x86_64-mesa
pacman -S mingw-w64-x86_64-glfw
pacman -S mingw-w64-x86_64-bullet 

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