Skip to content

murilob/niobio-wallet

 
 

Repository files navigation

1. Clone wallet sources

git clone https://github.com/niobio-cash/niobio-wallet.git
git submodule update --init

2. Install the dependencies

  • g++
  • cmake
  • boost
  • qt5
  • qttools5 <only needed for generate/update .qm language files>

On Ubuntu:

sudo apt-get install qt5-default qttools5-dev-tools cmake libboost-all-dev g++

3. Build

mkdir build && cd build && cmake .. && make

About

Niobio Wallet - wallet for Niobio (NBR) cryptocurrency.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 1.7%
  • Other 1.1%