Celestia 1.4 for Linux?
Posted: 06.01.2005, 19:11
There's a Windows prerelease, is there a Linux one?
Thanks
Thanks
Real-time 3D visualization of space
https://celestiaproject.space/forum/
https://celestiaproject.space/forum/viewtopic.php?f=2&t=6472
alien wrote:There's a Windows prerelease, is there a Linux one?
Thanks
t00fri wrote:Yes any time: download the sources from CVS and compile them. In Linux the compiler is a native part of the installation and in former times UNIX and specifically Linux was exclusively distributed through source tar balls...
Christophe wrote:t00fri wrote:Yes any time: download the sources from CVS and compile them. In Linux the compiler is a native part of the installation and in former times UNIX and specifically Linux was exclusively distributed through source tar balls...
And the source based distribution are making a come-back!
There still is the autotools-hell problem though... I guess I should fix my tarball generation script. It's been broken since July...
t00fri wrote:so did you spend the last two weeks compiling ;-)?
Code: Select all
# genlop -t xorg-x11
* x11-base/xorg-x11
Fri Sep 3 00:29:54 2004 >>> x11-base/xorg-x11-6.7.0-r1
merge time: 52 minutes and 31 seconds.
Sat Sep 4 21:28:28 2004 >>> x11-base/xorg-x11-6.7.0-r2
merge time: 57 minutes and 36 seconds.
Thu Sep 9 18:41:20 2004 >>> x11-base/xorg-x11-6.8.0
merge time: 1 hour, 2 minutes and 34 seconds.
Wed Oct 13 21:14:40 2004 >>> x11-base/xorg-x11-6.8.0-r1
merge time: 51 minutes and 33 seconds.
Thu Nov 25 19:25:37 2004 >>> x11-base/xorg-x11-6.8.0-r3
merge time: 47 minutes and 32 seconds.
Wed Jan 5 02:57:29 2005 >>> x11-base/xorg-x11-6.8.1.901
merge time: 52 minutes and 29 seconds.
Christophe wrote:t00fri wrote:so did you spend the last two weeks compiling ?
Actually it takes remarkably little time to compile. The base system (with X) takes about 2 hours on a decent enough machine (Pentium 4). The full system about 12 hours.
There is this nufty utility called genlop which can show you how long each package compilation took. For example for Xorg:Code: Select all
# genlop -t xorg-x11
* x11-base/xorg-x11
Fri Sep 3 00:29:54 2004 >>> x11-base/xorg-x11-6.7.0-r1
merge time: 52 minutes and 31 seconds.
Sat Sep 4 21:28:28 2004 >>> x11-base/xorg-x11-6.7.0-r2
merge time: 57 minutes and 36 seconds.
Thu Sep 9 18:41:20 2004 >>> x11-base/xorg-x11-6.8.0
merge time: 1 hour, 2 minutes and 34 seconds.
Wed Oct 13 21:14:40 2004 >>> x11-base/xorg-x11-6.8.0-r1
merge time: 51 minutes and 33 seconds.
Thu Nov 25 19:25:37 2004 >>> x11-base/xorg-x11-6.8.0-r3
merge time: 47 minutes and 32 seconds.
Wed Jan 5 02:57:29 2005 >>> x11-base/xorg-x11-6.8.1.901
merge time: 52 minutes and 29 seconds.
Which just shows the quick pace of X.org's X server development.
All in all, I'm quite happy with Gentoo up to now: stable, easily and thoroughly customizable and a breaze to keep up to date.
Christophe wrote:I guess I should fix my tarball generation script. It's been broken since July...