Install instructions
--------------------

- Install as usual:

        $ ./configure
        $ make
        # make install

- To Uninstall:

        # make uninstall

### Or for build a Arch Linux packgage:

- Execute:

        $ make pacman

- Or from remote github page:

        $ make pacman-remote

- And then install:

        # pacman -U retrosmart-*.pkg.xz
