Linux QT4

The place to discuss creating, porting and modifying Celestia's source code.
Avatar
Topic author
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 3 months

Linux QT4

Post #1by John Van Vliet » 31.12.2016, 08:55

for Linux users i just updated the git page i have

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





.

xacker
Posts: 1
Joined: 05.11.2017
With us: 7 years

Post #2by xacker » 05.11.2017, 20:01

Hi! How I can change locale(language)? :help:


Return to “Development”