07-07-2015, 04:20 PM -
(07-07-2015, 01:36 PM)pxoto Wrote: I have tried compiling and running
git submodule update --init
in another operating system and it gives me the same error
both the git command and the cmake command
Where do I download the .cmake files that are missing ?
I can not believe that nobody else had these compile errors, there is no solution on the internet.
git submodule update --init
fatal: Not a git repository (or any of the parent directories): .git
Did you even clone the repository using Git? Because it sure as hell looks like you didn't. Or you're not running "git submodule update --init" in the root directory of the cloned Git repository.