
Installing and Running QFlash

Before you begin, you need Qt libs.

Unpack the file and go into the uncompressed directory:
  $ tar xvfz qflash-(version)-src.tar.gz
  $ cd qflash/src/

Generate the Makefile and compile qflash:
  $ qmake qflash.pro
  $ make

Install Qflash (you need root password):
  $ sudo make install

Now, you can run qflash:
  $ qflash
