Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
praich
Ns 3 Dev
Commits
4778581b
Commit
4778581b
authored
7 years ago
by
John Abraham
Browse files
Options
Download
Email Patches
Plain Diff
NetAnim: change documentation to Qt5
parent
644b529b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/netanim/doc/animation.rst
+7
-7
src/netanim/doc/animation.rst
with
7 additions
and
7 deletions
+7
-7
src/netanim/doc/animation.rst
View file @
4778581b
...
...
@@ -88,20 +88,20 @@ Building NetAnim
================
Prerequisites
~~~~~~~~~~~~~
Qt
4
(
4.8
and over) is required to build NetAnim. This can be obtained using the following ways:
Qt
5
(
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 qt
4
-de
v-tools
$ apt-get install qt
5
-de
fault
For Red Hat/Fedora based distribution:
.. sourcecode:: bash
$ yum install qt
4
$ yum install qt
4
-devel
$ yum install qt
5
$ yum install qt
5
-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-qt
4
" in some systems
Note: qmake could be "qmake-qt
5
" in some systems
This should create an executable named "NetAnim" in the same directory:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help