PATHd8 - compiling instructions

The program is written in C. The source code is zipped and may be found here.
Unzip the file to your prefered directory. Open a terminal (or a command window if you are running windows).
Type cc PATHd8.c -O3 -lm -o PATHd8 to compile. Notice that O in -O3 is a letter, not a number.
Last modified: Fri Mar 10 09:25:10 CET 2006