Hello, I was trying to build Celestia from a git checkout, following the instructions in INSTALL.md. What I did was this: git clone https://github.com/CelestiaProject/Celestia.git cd Celestia git submodule update -init mkdir build cd build cmake .. -DENABLE_DATA=ON make sudo make install But this en...