Commit 4778581b authored by John Abraham's avatar John Abraham
Browse files

NetAnim: change documentation to Qt5

parent 644b529b
No related merge requests found
Showing with 7 additions and 7 deletions
+7 -7
......@@ -88,20 +88,20 @@ Building NetAnim
================
Prerequisites
~~~~~~~~~~~~~
Qt4 (4.8 and over) is required to build NetAnim. This can be obtained using the following ways:
Qt5 (5.4 and over) is required to build NetAnim. This can be obtained using the following ways:
For Debian/Ubuntu Linux distributions:
For Ubuntu Linux distributions:
.. sourcecode:: bash
$ apt-get install qt4-dev-tools
$ apt-get install qt5-default
For Red Hat/Fedora based distribution:
.. sourcecode:: bash
$ yum install qt4
$ yum install qt4-devel
$ yum install qt5
$ yum install qt5-devel
For Mac/OSX, see http://qt.nokia.com/downloads/
......@@ -114,11 +114,11 @@ To build NetAnim use the following commands:
$ cd netanim
$ make clean
$ qmake NetAnim.pro (For MAC Users: qmake -spec macx-g++ NetAnim.pro)
$ qmake NetAnim.pro
$ make
Note: qmake could be "qmake-qt4" in some systems
Note: qmake could be "qmake-qt5" in some systems
This should create an executable named "NetAnim" in the same directory:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment