I got strange error trying to compile linux-qt wallet from github.
make: *** [build/statisticspage.o] Error 1
Any ideas ?
what deps do you have installed?
I follow the guide

Debian
-------
First, make sure that the required packages for Qt5 development of your
distribution are installed, for Debian and Ubuntu these are:
::
apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb++-dev libminiupnpc-dev
then execute the following:
::
qmake
make
Alternatively, install Qt Creator and open the `axron-qt.pro` file.
An executable named `axron-qt` will be built.