Astronomical C-program packages |
Back to Stefan's home page
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