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
$ cd /wherever/quazip/source/is/quazip-x.y.z/quazip
$ qmake [PREFIX=where-to-install]
$ make
$ cd /wherever/quazip/source/is/quazip-x.y.z/quazip
$ qmake [PREFIX=where-to-install]
$ 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:
make: Nothing to be done for `install'.
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!
Bookmarks