Hello,
I'm using Ubuntu 14.04. I followed the instructions given on
cranvas.org to install qt :
The I got a problem to install qtpaint by doing
install_github('ggobi/qtpaint')
It looked like the installation required Qt5 whereas I have Qt4 installed.
I managed to install it by doing that instead:
install_github('qtpaint', 'ggobi', ref='5a2a582')
But now I cant update to qtpaint 0.9.1, I get some error messages.
Is there a way to fix that ?
Cranvas works with my installation but not very well. I got a problem with
The group argument is ignored: the graphic is the same if I remove it.
Could it be due to the above problem or is it something else ?