Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Metus on March 22, 2013, 08:06:54 PM



Title: Are there any precompiled Linux binaries for Terracoin?
Post by: Metus on March 22, 2013, 08:06:54 PM
Question is in the title. I have binaries for BTC/LTC/FRC/NVC/PPC but none for TRC.


Title: Re: Are there any precompiled Linux binaries for Terracoin?
Post by: pipboy on March 22, 2013, 08:47:35 PM
Haven't seen any myself, but the TRC windows wallet is working for me under the latest wine beta.


Title: Re: Are there any precompiled Linux binaries for Terracoin?
Post by: instaBoost on March 22, 2013, 08:51:15 PM
Terracoin? haha


Title: Re: Are there any precompiled Linux binaries for Terracoin?
Post by: dreamwatcher on March 22, 2013, 09:42:44 PM
Haven't seen any myself, but the TRC windows wallet is working for me under the latest wine beta.

Curious as to why one would go through all that trouble in Linux?

Why not just compile it?

qtcreator will make compiling the QT (gui) version almost as easy as installing a client from a windows installer.


ADD:

Install qt creator however you want. apt-get, aptitude or whatever gui software installer your distro uses, just search for qt creator.

Download the source from: https://github.com/terracoin/terracoin

Start up qt creator and point it to the terracoin-qt.pro file.

After parsing, the little hammer icon (compile) will go from grey to color, click it and it will compile Terracoin for you.

If you have trouble with dependencies, just post here. There are a few, but they are common and not hard to install.





Title: Re: Are there any precompiled Linux binaries for Terracoin?
Post by: pipboy on March 23, 2013, 01:14:54 PM
There was no trouble, it ran perfectly out of the box for me.  I was just curious about it to be honest, I'm not using TRC at the moment.

Haven't seen any myself, but the TRC windows wallet is working for me under the latest wine beta.

Curious as to why one would go through all that trouble in Linux?

Why not just compile it?

qtcreator will make compiling the QT (gui) version almost as easy as installing a client from a windows installer.


ADD:

Install qt creator however you want. apt-get, aptitude or whatever gui software installer your distro uses, just search for qt creator.

Download the source from: https://github.com/terracoin/terracoin

Start up qt creator and point it to the terracoin-qt.pro file.

After parsing, the little hammer icon (compile) will go from grey to color, click it and it will compile Terracoin for you.

If you have trouble with dependencies, just post here. There are a few, but they are common and not hard to install.