Hi,

I'm new with Qt and with Unix so I'm having so much problems trying to install Quazip.
As it says here: http://quazip.sourceforge.net/ you have to


Qt Code:
  1. $ cd /wherever/quazip/source/is/quazip-x.y.z/quazip
  2. $ qmake [PREFIX=where-to-install]
  3. $ make
To copy to clipboard, switch view to plain text mode 
I have my project in: /home/sara/Documents/PJs/Test1 so i go there and open a terminal (so I don't have to write the cd /path
I put quazip folder there too.Then I put:
qmake /home/sara/Documents/PJs/Test1/Test1/quazip-0.7/quazip/

and then I suppose I have to put make isntall but it says:
Qt Code:
  1. make: Nothing to be done for `install'.
To copy to clipboard, switch view to plain text mode 

Can you help me with which steps do I need to do to install that? Thank you!