Skip to content

CryptoManiac/RMCWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMCWallet

Lightweight wallet for RMC with Qt based interface Only 64-bit operation systems are supported.

Build instructions

Windows

  1. Install Visual Studio Community 2017 with C++ and Windows SDK.
  2. Setup Git for Windows.
  3. Download the dependency archive and unpack it to C:\MyProjects\ directory.
  4. Run qmake_env_static.cmd and use opened command prompt for the next actions.
  5. Clone this repository: git clone http://github.com/RussianMiningCoin/RMCWallet
  6. Run the following commands:
    cd RMCWallet
    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/RussianMiningCoin/rmc-libpp
    cd rmc-libpp && git update submodule --init --recursive
    mkdir build && cd build
    cmake .. && make
    cd ../..
  1. Clone this repository and open RMCWallet.pro in Qt Creator.
  2. 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.

Other NIXes

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.

Build dependencies

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.

About

Lightweight wallet for RMC with Qt based interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •