INSTALL

Sun, 04 Oct 2015 13:19:45 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 04 Oct 2015 13:19:45 +0300
changeset 1005
a88cf5a32246
parent 553
2418d5955421
permissions
-rw-r--r--

Subject Bézier curve fineness to the grid. By default, the coarse grid uses 8 segments, medium 16 and fine 32. Moved rasterization from demoting to inlining, it feels more sensible for it to be there.

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