|
1 You need Qt4 or Qt5 with OpenGL and networking support. On Debian and |
|
2 derivatives, e.g. Ubuntu, you'll need: |
|
3 sudo apt-get install build-essential libqt4-dev libqt4-opengl-dev |
|
4 libqt4-network |
|
5 |
|
6 You may also replace qt4 with qt5 in the above for Qt5. |
|
7 |
|
8 To compile: |
|
9 - enter the root directory |
|
10 - enter 'qmake' |
|
11 - enter 'make release' or 'make debug'. A release build is made by default. |
|
12 |
|
13 Troubleshooting: |
|
14 - src/gldraw.h:22:21: fatal error: QGLWidget: No such file or directory |
|
15 You are missing the OpenGL development package, on Debian and derivatives, |
|
16 this is libqt4-opengl-dev or libqt5-opengl-dev. |