VM debian - debian-8.8.0-amd64-xfce-CD-1.iso from https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
Build environment (gcc/g++/make/qmake):
apt-get install build-essential
apt-get install git
apt-get install qt4-default libqtwebkit4
For a dev environment:
apt-get install qtcreator
On debian, if you can't get those packages, you can set up new packages repositories (see bellow).
Build command lines:
git clone https://ocds@framagit.org/ocds/Cameleon.git
cd Cameleon/src
qmake cameleon-ide.pro
make
Launch:
sudo apt edit-sources
Add those repositories to the source.list:
deb http://httpredir.debian.org/debian jessie main contrib
deb-src http://httpredir.debian.org/debian jessie main contrib
deb http://httpredir.debian.org/debian jessie-updates main contrib
deb-src http://httpredir.debian.org/debian jessie-updates main contrib
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessiel/updates main contrib
Update sources:
apt-get update
apt-get upgrade
apt-get install -f