https://mega.co.nz/#!5oc3TShS!MJapwfr1PIPKCIVxiETuXj94_r6dIl9hs-NnlIP2W2Q
Bounty:
MqzsBZuxmozfHNAHjgXZSLaQRyTjzZ1jF6
cheerz!
Assuming you have the dependencies; checking out the source from github, and then typing (inside the directory that contains mintcoin-qt.pro file) :
make
would compile mintcoin-qt.
To compile mintcoind, enter the src directory;
If it spits errors then you have missing dependencies you have to install first (development versions of them)
The following packages are required for compilation on ubuntu; you can get a hint from this list:
libqt4-dev,
libssl-dev,
libqt4-dev,
libminiupnpc-dev,
libdb++-dev,
libboost-dev (>= 1.48),
libboost-system-dev (>= 1.48),
libboost-filesystem-dev (>= 1.48),
libboost-program-options-dev (>= 1.48),
libboost-thread-dev (>= 1.48)