Install/Quickstart documentation
jrenner opened this issue · 3 comments
Do you have some documentation for how to install all dependencies? I'm unable to install and run the examples. Not sure if it's because I've built things wrong or have the wrong dependencies or what.
You are right, that part is missing. I should add a tutorial on how to get all dependencies. I think I should bundle glm in this project. That would make it easier to maintain. other than that I use development branch of nim. I just bumped up the versions in the nimble file. Haven't done it for quite some time. I think I have to do some homework on how to create a realiable reproduceable build in nim.
I made the dependencies all work properly. Can you give me feedback again if you can properly execute the project? It should be all easy from now on.
I just realize how old this issue is. The project now pulls all dependencies via submodules (batteries included). No more nimble, just nim is enough to compile the project.