install on linux
Posted: 13.01.2008, 12:16
Here's the question, how do you install Celestia on linux
i dont know, im just a linux noob
please help me
i dont know, im just a linux noob
please help me
Real-time 3D visualization of space
https://celestiaproject.space/forum/
https://celestiaproject.space/forum/viewtopic.php?f=2&t=11894
Code: Select all
./configure --with-gnome --prefix=/usr # ( or /usr/local , or /home/( user name)/celestia )
make
make install
Code: Select all
./configure --with-kde --prefix=/usr # ( or /usr/local , or /home/( user name)/celestia )
make
make install