JoeyDeVries / Cell

OpenGL C++ Graphics Engine
Other
915 stars 124 forks source link

no directory as assimp #12

Open adrienhahahah opened 6 years ago

adrienhahahah commented 6 years ago

I'm just a new beginner, want to run your code on my computer and try to learn something, my compiler told me this problem, and the next two lines too.

https://github.com/JoeyDeVries/Cell/blob/5a91a32c38b6eed2090420251c0a0acc380ffa45/cell/resources/mesh_loader.cpp#L13

jbehley commented 6 years ago

Ensure that you use git clone --recurse-submodules <url> or update the submodules with git submodule update. This will clone the assimp submodule.

aimspike commented 6 years ago

run following in your git shell/command line:

git submodule init
git submodule update

assimp will be cloned into your vender/assimp folder, as a submodule