Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.69 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.69 KB

StoxumWallet

Lightweight wallet for STM with Qt based interface

Build instructions

Windows

  1. Install Visual Studio Community 2017 with C++ and Windows SDK.
  2. Setup Git for Windows.
  3. Download 32 or 64 bit dependency archive and unpack it either to C:\MyProjects32\ or C:\MyProjects\ respectively.
  4. Run qmake_env_static.cmd and use opened command prompt for the next actions.
  5. Clone this repository: git clone http://github.com/Stoxum/StoxumWallet
  6. Run the following commands:
    cd StoxumWallet
    mkdir build
    cd build && qmake ..
    nmake
  1. You're done ;)

Mac OS X

  1. Install Apple XCode and setup Homebrew
  2. Download Qt for Mac OS from the official site and setup it as usual.
  3. Install the following Homebrew packages: brew install boost openssl cmake protobuf scons
  4. 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 ../..
  1. Clone this repository and open StoxumWallet.pro in Qt Creator.
  2. 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.

Other NIXes

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.

Build dependencies

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.