the instructions on the read me is these:

cd <path>/qt-everywhere-opensource-src-<version>
./configure -prefix $PWD/qtbase -opensource -nomake tests
make -j 4


the file are in the downloads folder with this name: qt-everywhere-opensource-src-5.0.2.tar


how i put the <path> and <version>?