Cloning the MoonRay source repository

MoonRay is released as a set of repositories on github. The “master” repository is called openmoonray, and references all the other repos required to build MoonRay as git submodules.

To clone the entire code base needed to build MoonRay, you need to use the –recurse-submodules option:

git clone --recurse-submodules https://github.com/dreamworksanimation/openmoonray.git