GUI: clarify compiling instructions a bit.

This commit is contained in:
Kimmo Varis 2009-07-18 13:34:00 +03:00
parent 861774575d
commit d1eb7e6558
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ You need QT4 libraries installed in your system. Packages/files to install
depends on your operating system: depends on your operating system:
- Windows download QT4 from http://www.qtsoftware.com - Windows download QT4 from http://www.qtsoftware.com
- Linux install QT4 using your package manager, look for packages having QT4 - Linux install QT4 using your package manager, look for packages having QT4
in their name, e.g. for Ubuntu install libqt4-core and libqt4-gui in their name, e.g. for Ubuntu install libqt4-core, libqt4-gui and libqt4-xml
Compiling Compiling
--------- ---------
@ -31,8 +31,8 @@ Linux:
After you have needed libraries and tools installed, open command After you have needed libraries and tools installed, open command
prompt/console, go to gui directory and run command: prompt/console, go to gui directory and run command:
- qmake (in Linux and in Windows if build with MinGW/gcc) - qmake (in Linux and in Windows if build with MinGW/gcc or nmake)
- qmake -tp vc (In Windows if build with Visual Studio) - qmake -tp vc (to generate Visual Studio project file)
These commands generate makefiles to actually build the software. After that These commands generate makefiles to actually build the software. After that
the actual building is done in IDE or command line as usual. Note that you the actual building is done in IDE or command line as usual. Note that you