Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MAC]Machinecoin | TimeTravel Algo | Updated Timeline | **Masternodes soon
by
teppichtasche
on 19/12/2017, 12:02:37 UTC
Hello,

here is a link to a compiled machinecoin-qt v0.14.2.0–3c52e42 (64-bit) for ubuntu 16.04.03 desktop-amd64. It was compiled by v1nc:

https://mega.nz/#F!kSxTVDyY!9Qih_peC_SXfLRGhtEW6Wg

I did the following to get it running. It was a bit of trial and error, so not everything may be necessary.

1  sudo apt-get install libboost-all-dev
2  sudo apt-get install libzmq3-dev
3  sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
4  sudo apt-get install libqrencode-dev
5  sudo add-apt-repository ppa:bitcoin/bitcoin
6  sudo apt-get update
7  sudo apt-get install -y libdb4.8-dev libdb4.8++-dev   
8  sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

teppichtasche