Lightweight wallet for RMC with Qt based interface Only 64-bit operation systems are supported.
- Install Visual Studio Community 2017 with C++ and Windows SDK.
- Setup Git for Windows.
- Download the dependency archive and unpack it to C:\MyProjects\ directory.
- Run qmake_env_static.cmd and use opened command prompt for the next actions.
- Clone this repository: git clone http://github.com/RussianMiningCoin/RMCWallet
- Run the following commands:
cd RMCWallet
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/RussianMiningCoin/rmc-libpp
cd rmc-libpp && git update submodule --init --recursive
mkdir build && cd build
cmake .. && make
cd ../..
- Clone this repository and open RMCWallet.pro in Qt Creator.
- You should be able to build your project as usual. If it doesn't work then ensure that rmc-libpp tree is sharing parent directory with RMCWallet project.
Should be similar to OS X steps. You may also need to build boost 1.66 though. Please consider reading rmc-libpp build instructions first.
Windows x64 dependencies:
https://drive.google.com/file/d/1uLYJ-9I3NuZz5amsHD1rxMEacVim4weC/view?usp=sharing
These builds were made with MT Release configuration using Visual Studio 2017.