Skip to content
john redden edited this page May 12, 2016 · 1 revision

Welcome to the celestia-g2 wiki!

To get CelestiaG2 running under Ubuntu 14.04.4 LTS I had to install a number of packages:

sudo apt-get install qt4-qmake sudo apt-get install libtheora-dev sudo apt-get install uic-qt4 sudo apt-get install libxtst-dev build-essential libqt4-dev

Next I had to install spice.tar.Z

Load spice.tar.Z from the Nasa website: https://naif.jpl.nasa.gov/naif/toolkit_C_PC_Linux_GCC_64bit.html make worked, but two symbolic links had to be established:

sudo mkdir /usr/local/cspice sudo mkdir /usr/local/cspice/lib

sudo ln -s /home/<myhome_directory>/cpp/celestia-g2/spice/cspice/header /usr/local/cspice/header sudo ln -s /home/<myhome_directory>/cpp/celestia-g2/spice/cspice/lib /usr/local/cspice/lib

Then

qmake make make install

worked.

johnredden@aol.com johntredden.com

Clone this wiki locally