Posts by jpellegrini

by jpellegrini
06.11.2022, 01:32
Forum: Help Central
Topic: Building from a git checkout
Replies: 3
Views: 9197

Re: Building from a git checkout

the data files for celestia can be obtained from the CelestiaContent repository

Ah, that makes sense. Thank you!
by jpellegrini
05.11.2022, 16:14
Forum: Help Central
Topic: Building from a git checkout
Replies: 3
Views: 9197

Building from a git checkout

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...

Go to advanced search