CImg directory blank after git clone
kennbr34 opened this issue · 2 comments
kennbr34 commented
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.
eddieantonio commented
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
...
eddieantonio commented
Thanks for the issue! I updated the README
Fixed by 580543f