benikabocha / saba

OpenGL Viewer (OBJ PMD PMX)
MIT License
442 stars 60 forks source link

how to setup glfw and bullet on windows #27

Open 2439905184 opened 2 years ago

2439905184 commented 2 years ago

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 . You can see my work here:https://github.com/little-game-and-simple-software/saba

benikabocha commented 2 years ago

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