You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's way easier for users and developers to just clone and compile instead of bothering with the installation of the dependencies. Especially on Windows.
Using submodules also helps with compatibility:
It makes sure that the version used is actually compatible with OpenMiner
Trying to compile an old commit will work, because the submodules are tracked in the repo
Checklist:
GameKit
SFML
tinyxml2
glew
glm
entt
sol
zlib
lua
The text was updated successfully, but these errors were encountered:
It's way easier for users and developers to just clone and compile instead of bothering with the installation of the dependencies. Especially on Windows.
Using submodules also helps with compatibility:
Checklist:
The text was updated successfully, but these errors were encountered: