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

Use submodules for all dependencies (or include them directly) #101

Closed
9 tasks done
Unarelith opened this issue May 20, 2020 · 0 comments
Closed
9 tasks done

Use submodules for all dependencies (or include them directly) #101

Unarelith opened this issue May 20, 2020 · 0 comments

Comments

@Unarelith
Copy link
Owner

Unarelith commented May 20, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant