Upate QT framework's URL to readme.
This commit is contained in:
parent
5e30a725d4
commit
24cd2bdbb4
|
@ -7,15 +7,15 @@ Running
|
||||||
-------
|
-------
|
||||||
You need QT4 libraries installed in your system. Packages/files to install
|
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://qt.nokia.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, libqt4-gui and libqt4-xml
|
in their name, e.g. for Ubuntu install libqt4-core, libqt4-gui and libqt4-xml
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
---------
|
---------
|
||||||
Windows:
|
Windows:
|
||||||
- The easy way is to download Qt SDK from http://www.qtsoftware.com and use
|
- The easy way is to download Qt SDK from http://qt.nokia.com/ and use Qt
|
||||||
Qt Creator and/or command line tools to build the GUI.
|
Creator and/or command line tools to build the GUI.
|
||||||
- The harder way is to download QT sources and build QT with Visual Studio
|
- The harder way is to download QT sources and build QT with Visual Studio
|
||||||
(Express Edition works). Compiling QT alone may take over 4 hours!
|
(Express Edition works). Compiling QT alone may take over 4 hours!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue