Hi again!
I just made a fresh install of Kubuntu 16.04 64bit, and I was able to compile and run VPaint 1.6 without any trouble. After the install, here is the exhaustive list of things I have done:
Code: Select all
sudo apt-get install build-essential
sudo apt-get install libglu1-mesa-dev
sudo apt-get install git
git clone https://github.com/dalboris/vpaint.git
Download the online installer of Qt from qt.io (answering "open-source project" > "Willing to make code available" > "Comply to the LGPL" to their annoying questions)
Code: Select all
chmod u+x qt-unified-linux-x64-2.0.3-online.run
./qt-unified-linux-x64-2.0.3-online.run
Press "Next" as many times as necessary to get Qt 5.6 installed
Open vpaint/src/VPaint.pro with Qt Creator
Just hit OK when asked which Kit to choose (the default proposed: Desktop Qt 5.6.0 GCC 64bit)
Select "Release" in the Build selector in the bottom left of Qt Creator (was "Debug" by default)
Then hit Ctrl+B (compile)
And finally Ctrl+R (run), once compilation was finished.
This successfully opened VPaint. I didn't test exhaustively but it seemed to work as expected.
I attach here the compiled binary in case it's helpful. You can try to unzip it, then run:
Code: Select all
chmod u+x vpaint-1.6-kubuntu-16.04-64bit
./vpaint-1.6-kubuntu-16.04-64bit
I hope that helps!
