Graphical wallet for TDC. For TDC project info see github.com/neiros/TDC
- Optional: make sure you are up to date.
sudo apt update && sudo apt upgrade
- Install the dependencies:
sudo apt-get install build-essential git autoconf libtool libssl-dev libboost-all-dev libdb++-dev libgmp-dev qt4-qmake libqt4-dev
- Clone this repository:
git clone --recursive https://github.com/prism-lab/TDC-Desktop-Wallet.git
- Build the source code:
cd TDC-Desktop-Wallet
qmake TDC-qt.pro USE_UPNP=-
make