Page 1 of 1

Compiling Celestia tools

Posted: 13.08.2010, 20:19
by CAP-Team
Since a couple of weeks I'm able to compile my own win32 executables from SVN source, with the Visual C++ 2008 Express Edition.

The SVN source also has some tools, like spice2xyvz which I also would like to compile and use. I am not able to compile it, VS2008 wants to convert the .mak file but it says it's broken.

How do I do this? I found some resource on the internet that said I should create a new project, but I'm not that much into C++ development.

Re: Compiling Celestia tools

Posted: 18.08.2010, 01:56
by John Van Vliet
--- edit ---

Re: Compiling Celestia tools

Posted: 24.08.2010, 18:06
by chris
I've created script called build.bat to compile spice2xyzv on Windows systems. The script (as well as a minor fix for spice2xyzv) are in SVN (revision 5046).

--Chris

Re: Compiling Celestia tools

Posted: 24.08.2010, 20:55
by CAP-Team
Thanx! I'll give it a try.