Lightweight wallet for STM with Qt based interface
- 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/Stoxum/StoxumWallet
- Run the following commands:
cd StoxumWallet
mkdir build
cd build && qmake ..
nmake
- You're done ;)
- Install Apple XCode and setup Homebrew
- Download Qt for Mac OS from the official site and setup it as usual.
- Install the following Homebrew packages: brew install boost openssl cmake protobuf scons
- Clone and build ripple-libpp:
git clone https://github.com/Stoxum/stoxum-libpp
cd stoxum-libpp && git submodule update --init --recursive
mkdir build && cd build
cmake .. && make
cd ../..
- Clone this repository and open StoxumWallet.pro in Qt Creator.
- You should be able to build your project as usual. If it doesn't work then ensure that stoxum-libpp tree is sharing parent directory with StoxumWallet project.
Should be similar to OS X steps. You may also need to build boost 1.66 though. Please consider reading stoxum-libpp build instructions first.
Windows x86 dependencies:
https://drive.google.com/open?id=1VFqrgcWCVxVxbbyL_vWWyjAF0IwmDG6y
Windows x64 dependencies:
https://drive.google.com/open?id=1kshBWtEySZyPBLphoe8a0sTFRBz6Myps
These builds were made with MT Release configuration using Visual Studio 2017.