Lightweight wallet for Rhetra
- Install Visual Studio Community 2017 with C++ and Windows SDK.
- Setup Git for Windows.
- Download 32 or 64 bit dependency archive and unpack it either to C:\MyProjects32\ or C:\MyProjects\ respectively.
- Run qmake_env_static.cmd and use opened command prompt for the next actions.
- Clone this repository: git clone http://github.com/dtampu/RhetraWallet
- Run the following commands:
cd RhetraWallet
mkdir build
cd build && qmake ..
nmake
- You're done