
Installing this software requires to follow these simple steps:

1) If you haven't already done so, uncompress the main distribution
   package with:

   $ tar vxzf wwl-x.x.tar.gz

   where x.x is the version number and $ is your shell prompt

2) $ cd wwl
   $ make

3) at this point you should have a running executable that you can
   test with:

   $ ./wwl
   wwl 1.2 - given two maidenhead locators,
             calculates distance (qrb) and azimuth.

   Usage: wwl my_ww_locator dx_ww_locator

5) copy the executable in a directory covered by the environment
   variable PATH. If you wish to install wwl under /usr/local/bin and
   you are root do:

   $ cp wwl /usr/local/bin

   if you are not root but you do have root's password, you can
   still install wwl by typing:

   $ su -c 'cp wwl /usr/local/bin'

That's it.
