star-charter icon indicating copy to clipboard operation
star-charter copied to clipboard

jupiter_ephemeris.sch missing

Open fommil opened this issue 3 months ago • 0 comments

Hi, I ran the setup.sh and it failed on the last line, seems it is trying to build

echo "[`date`] Generating a test chart"
cd ${cwd} || exit
cd examples
../bin/starchart.bin jupiter_ephemeris.sch

but jupiter_ephemeris.sch doesn't exist. This doesn't seem to be fatal as it is just an example and the binary should be built at this point 🎉

FYI to compile on Debian 13 I needed to install

sudo apt install libgsl-dev libcairo2-dev

fommil avatar Sep 21 '25 13:09 fommil