Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AXR] Project Axron - 5* POD DEVELOPER -AXR RMKT coming soon
by
semoff
on 25/08/2014, 06:31:01 UTC
I got strange error trying to compile linux-qt wallet from github.

Code:
make: *** [build/statisticspage.o] Error 1

Any ideas ?
what deps do you have installed?

I follow the guide Smiley

Code:
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.