this builds with
gcc 4.8
qmake-qt4
libpng16
LUA 5.1
CSPICE
AND with autotools
https://github.com/JohnVV/MyCelestiaBuild
install the naif cspice ( if used i RECOMMEND IT )
http://naif.jpl.nasa.gov/naif/toolkit_C.html
edit the "celestia.pro" to point to your spice install
-- manual install !!!
Code: Select all
mkdir BUILD
cd BUILD
qmake-qt4 ../
make
or
-- still have to manually add the "celestia.desktop" file by hand
still have a nls issue so "--disable-nls
"
Code: Select all
autoreconf -v -i
( might need to run ? if configure fails )
./configure --prefix=/usr --with-lua --with-qt --with-cspice-dir=/YourInstallLocation/NGT/cspice --disable-nls
make
su
make install
still working on lua 5.2
.