Because of the need for professional study, the major opened the "Linux Desktop Application Design" course, and now all the courses are coming to an end, the experiment is time to submit, but the environment has not yet been set up, I have found the installation package on the internet several times, and many of them need to be downloaded from the official website. The connection layer has a layer, which is not direct enough. I copied the installation package from the teacher, the environment can be used directly after configuration according to the method; this is only applicable to Windows installation.
1.decompress mingw-gcc1__1.zip. Copy the decompressed folder to the C root directory.
2. Install qt-creator-win-opensource-2.5.2.
3. Install qt-win-opensource-4.7.3-mingw. Do not change the default installation directory.
4. open QT creator, choose> Tools> Options> build and run (left sidebar)> tool chain> click manual settings and click Add on the right sidebar, select the mingw option, find the compiler path under the window, click the Browse button behind, enter the following path c: \ mingw \ bin \ mingw32-make. ", and then click" application.
5. open QT creator and choose tools> Options> build and run (left sidebar)> QT version> manual settings> Add C: \ QT \ 4.7.3 \ bin \ qmake.exe ".
Csdn does not support uploading large files. It has been uploaded to the Baidu Network Disk for a total of 383.8 mb. The connection address
Http://pan.baidu.com/share/link? Consumer id = 154661 & UK = 3759336450
If you need to develop in Linux, you can
Http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/14/Everything/i386/ OS /Packages/
Download a qt-4.7.0-3.fc14.i686.rpm RPM package, will automatically download other dependent libraries and other installation packages, of course, you can also download other as needed; if you do not find the mouse continues to roll back, the browser will automatically load;
NOTE: If your development environment is fedora 8, change 14 to 8 in the link, and so on;