Skip to content

grumpbyguy/NicNacCoinwallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Clone wallet sources

git clone https://github.com/grumpbyguy/NicNacCoinwallet.git

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

ln -s ../NicNacCoin NicNacGui

Alternative way is to create git submodule:

git submodule add https://github.com/grumpbyguy/NicNacCoin.git cryptonote

3. Build

mkdir build
cd build
cmake -G "Visual Studio 12 Win64" ..

And then do Build.

In 'build' folder solution for Visual Studio will be created
Open in with Visual Studio and make build there

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.7%
  • CMake 6.6%
  • Other 0.7%