The simplest way to compile this package is:

  To create a deb file using the program debuild:

1.   if you dont have debuild installed, type `sudo apt-get install devscripts`.

2.  `cd' to the directory containing the package's source code and type `debuild`.

3.   Then type `cd ..` and install the created deb file with `sudo dpkg -i cortina*.deb`

