Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Charity Coin] H2O Coin | Dark Gravity Wave + Scrypt-N - *DONATED 17.5BTC*
by
@ThisWeeksCoin
on 14/04/2014, 11:42:23 UTC
I am back at H2o, see that so many people still hold the coin and I will join in again.
cheers
Nice to have you back! Welcome back!
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
You should definitely use the 'code' tags  Wink
So on 12.04, I did the following :
Code:
sudo 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

And everything was up to date already. Then I did the next one.
Code:
sudo apt-get install qt5-qmake libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools

But packages couldn't be found. Which repo do I need to add in order to get those ?


EDIT : I managed to install those packages with these commands :
Code:
sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install qtdeclarative5-dev

But then when I go to my h2o folder and try to 'qmake', the terminal tells me that "qmake: could not find a Qt installation of ''"
What do I do wrong ?

I wish I could help with that Sad I have no clue regarding mining Sad

I'll ask guys on our IRC channel. You can join us at #H2OCoin (Freenode) There are some geeks who know like everything Tongue