The Radar Makefile.PL includes support for Windows systems without
nmake.
- Download and install ActivePerl from http://www.ActiveState.com/ActivePerl . During
installation, accept all the defaults. Allow setup to reboot your
computer if it needs to.
- Connect your computer to the Internet so you can download any
required Perl modules from ActiveState using PPM.
- Double click on c:\perl\bin\ppm (the Perl package manager). You will
get a command line screen running ppm with a PPM> prompt.
- Type the command:
-
install Tk
- The perl Tk module wil be installed for you.
- Close the PPM window. Perl and Perl Tk is now installed.
- Unpack your Radar distribution to a suitable location. Recent
versions of WinZip can be used to decompress and unpack the distribution
file.
- Start an MSDOS command window, change directories to the place where
you unpacked Radar.
- Type
perl Makefile.PL
This will check that
your distribution is complete.
- Run the regression tests with
perl test.pl
You
should see some lines like "ok xx", and none saying "not ok xx".
- Install Radar by typing:
perl Makefile.PL install
- You can now run Radar by typing:
radar