Astronomical C-program packages

Back to Stefan's home page


Astronomical C-program packages


Important note November 5 2015. A bit late perhaps, but the author recommends that you use the free
Microsoft Visual Studio 2015 (that includes C and C++) to compile these C-programs in Windows.
It works very well and generates very fast code. Under Tools in MS Visual Studio C++ you can open a
console window and compile the program with the following line. Some auxiliary files with C-code
might be added to the command line. See the compile files for Unix and Linux. Some include files
in the C-program code may also be removed (or perhaps added) to fit this compiler.

cl -O2 -o program.exe program.c -lm


Author: Stefan Spännare
E-mail: stefan.sp@outlook.com
Latest update: 2015-11-05