INSTALL

Thu, 09 Feb 2017 00:32:24 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 09 Feb 2017 00:32:24 +0200
changeset 1097
9a9e6ce0c5dc
parent 553
2418d5955421
permissions
-rw-r--r--

Made a new renderer be created for each document, instead of reusing the same renderer for all documents.

You need Qt4 or Qt5 with OpenGL and networking support. On Debian and
derivatives, e.g. Ubuntu, you'll need:
	sudo apt-get install build-essential libqt4-dev libqt4-opengl-dev
		libqt4-network

You may also replace qt4 with qt5 in the above for Qt5.

To compile:
-	enter the root directory
-	enter 'qmake'
-	enter 'make release' or 'make debug'. A release build is made by default.

Troubleshooting:
- src/gldraw.h:22:21: fatal error: QGLWidget: No such file or directory
You are missing the OpenGL development package, on Debian and derivatives,
this is libqt4-opengl-dev or libqt5-opengl-dev.

mercurial