Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 410 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 410 Bytes

1. Clone wallet sources

git clone https://github.com/seredat/karbowanecwallet.git

2. Set symbolic link to coin sources at the same level as src. For example:

ln -s ../karbowanec cryptonote

Alternative way is to create git submodule:

git submodule add https://github.com/seredat/karbowanec.git cryptonote

3. Build

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