wolftype / versor

Versor Geometric Algebra Library
wolftype.github.io/versor/devel/html/
290 stars 47 forks source link

A novice `git submodule` problem, solved by `git submodule update --init --recursive` #25

Closed goballooning closed 2 years ago

goballooning commented 6 years ago

Hi Pablo,

I just met a novice problem after running ./build.sh , and found that ext/gfx directory was empty if I just git submodule init and git submodule update.

It was solved by git submodule update --init --recursive [1].

Cheers, Hongying

[1]. https://stackoverflow.com/questions/1030169/easy-way-to-pull-latest-of-all-git-submodules

goballooning commented 6 years ago

Oh I find you have pointed it out in build.sh:

if [ $DO_UPDATE = 1 ]; then
  git submodule update --init --recursive
fi

:) Hongying

wolftype commented 2 years ago

added this to the readme!

waldyrious commented 2 years ago

added this to the readme!

For future reference, that was done in commit b9f9a131ccc4efce0b1e253e4dfe044a00842364 :)