danielj wrote:It appears that Celestia SVN and Celestia RC are following separate paths.
In the latest distribution of Celestia 1.6.0 SVN (not 1.6.1),we have new star rendering as the only new feature.
However Celestia 1.6.1 RC0 have nothing new (apparently,I could be wrong) and in the changes log,1.6.1 is not included.Is there any reason for this?
Danielj, you can get your SVN and compile it, check:
http://en.wikibooks.org/wiki/Celestia/Development/Win32_platformor following these steps:
- Download the Microsoft .NET Framework 3.5 Service pack 1 (Full Package) from here:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d0e5dea7-ac26-4ad7-b68c-fe5076bba986and install it by clicking on the setup. Note: in Xp this package must be installed first, or the SDK's installation will not start. I don't know about Vista\7, under such aspect.
- Download the DVD_ISO Microsoft SDK for windows 7\Vista\Xp from here:
http://www.microsoft.com/downloads/en/details.aspx?familyid=71DEB800-C591-4F97-A900-BEA146E4FAE1&displaylang=enThe file ISO can be unburned, but simply extracted by the common zip programs (WinRAR, Winzip, 7zip) inside a temporary folder of your choice. Then install it from that folder by running the Setup.
- Download the Visual Studio Express Edition 2008 (C++) from here (mind the tabs):
http://www.microsoft.com/express/Downloads/and install it by clicking on the Setup file.
- Download TortoiseSVN (the client program for downloading the Celestia source code from Sourceforge):
http://tortoisesvn.net/downloadsand install it by clicking on the Setup file.
The steps above are required even to compile the future Qt versions. Qt version needs further library to be downloaded and installed, but as start, you can take confidence with such compilation and successively involve yourself with the Qt's compilation.
Once you have accomplished such operations, make an empty folder named like you wish (e.a "..\celestiaSVN") under the root of you hard disk, do launch the TortoiseSVN through the right click menu on that folder by choosing "SVN checkout" menu, a window will be displayed: insert the string:
https://celestia.svn.sourceforge.net/svnroot/celestia/trunkinside the textbox named "URL of repository" and press "Ok". If the Tortoise doesn't start soon the download of the trunk, then, by the right menu, always on that folder you have created, click on "SVNupdated": this will download (slowly) the trunk. A new window will be displayed showing the names of the trunk's files which undertaken the download. Wait until finished.
At this point start Visual Studio Express Edition, load in it the file "celestia.snl" and wait that the MS "intellisense" tecnology do finish its performances (a progress bar on the bottom of the program will advance). Then press F5 key and wait (you will see the code parsed within the bottom tabbed window). Once finished (whether there is not errors), a fresh "celestia.exe" will be ready in the main "..\CelestiaSVN" folder (or where you have choosed). Take up the file, backup the previous, and substitute it to the default official "celestia.exe".
Then you can check the SVN root weekly with Tortoise (right click on "SVNupdates"); if there are news (updates) they will be downloaded always in such folder, to be compiled as explained.
Never at rest.
Massimo