Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Charity Coin] H2O Coin | Dark Gravity Wave + Scrypt-N - *DONATED 17.5BTC*
by
ghostbackwards
on 13/04/2014, 20:38:52 UTC
How do I install the wallet on linux ?
I already download the H2Ocoin-master-0.8, what do I do next ?
Thanks.
Build instructions
Debian
First, make sure that the required packages for Qt4 development of your distribution are installed, these are

for Debian and Ubuntu <= 11.10 :

apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb4.8++-dev libminiupnpc-dev
for Ubuntu >= 12.04 (please read the 'Berkely DB version warning' below):

apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb++-dev libminiupnpc-dev
For Qt 5 you need the following, otherwise you get an error with lrelease when running qmake:

apt-get install qt5-qmake libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools
then execute the following:

qmake
make