================================================================================
Compilation on Linux
================================================================================

Switch to the source folder and run

  $ make
  $ make install

or

  $ make deps

You can change the installation destination with the PREFIX variable (/usr/local
by default).

 $ make PREFIX=/usr install

