eddieantonio/imgcat

CImg directory blank after git clone

kennbr34 opened this issue · 2 comments

I noticed when I cloned the repository using the 'git clone' the directory 'CImg' was empty, which caused problems with compilation when 'CImg.h' was needed.

A recent PR #34 included Cimg.h via submodules. To clone it properly, one needs to use this command:

git clone --recurse-submodules https://github.com/eddieantonio/imgcat.git

I should add this to the README...

Thanks for the issue! I updated the README

Fixed by 580543f