1. Untar the melon-x.xx.tar.gz
   $ tar zxvf melon-x.xx.tar.gz
   This will create a subdirectory, melon-x.xx/

2. cd melon-x.xx/

3. Building:

   Run './configure' and set the paths you like or press 'enter'
   to accept the default specified inside [].

4. Run 'make' to compile everything.

5. Type 'make install' (as root, if necessary).

