INSTALL

Mon, 07 Jul 2014 02:13:31 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Mon, 07 Jul 2014 02:13:31 +0300
changeset 832
5c751af82f35
parent 553
2418d5955421
permissions
-rw-r--r--

- fixed: ring finder's solutions' scale values would drop to 0.0 if it would not choose to upscale radii

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