I did straight compile and it worked. Any error messages you get just google to find solution. I got one error & here's what I had to do to fix:
chmod 755 src/leveldb/build_detect_platform
If you could make a nice detailed guide on how to install on Linux I would appreciate it.
I will throw you some MTR as a gift.
Thanks for help the community while I was grabbing some much needed rest.
Cheers,
MasterTrader777
Guide is already here:
https://github.com/CrypticApplications/MTR-Update/blob/master/doc/readme-qt.rstStep by step would be something like this for Ubuntu:
1. Open terminal & install Git
sudo apt-get install git
2. Install dependencies (I'm not sure this is all that is)
sudo 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
3. Clone from github & go into directory
git clone https://github.com/CrypticApplications/MTR-Update.git && cd MTR-Update
4. In directory enter
qmake "USE_UPNP=1" && make
5. In case of errors just google it - errors are likely due to missing dependency. I had some error about detecting platform so I did:
chmod 755 src/leveldb/build_detect_platform
and after that issue "make" command again
6. That should be all and Qt wallet executable should magically appear in your directory.
MasterTrader wallet up and running on Mint 17.1 - many thanks bizz, I just needed the chmod command and it compiled fine. Sorry I was lazy and didn't search for the solution, maybe I was rushed at the time and took the easy way out.