Skip to content

DavisBryan/JimCoinGUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Linux

in root of project folder,

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

Windows

From developer command prompt in root of project folder,

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

cmake will output a .sln solution file in the build folder that can then be opened and compiled from within Visual Studio.

Apple

You tell me..

About

JimCoin GUI Wallet

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.8%
  • CMake 5.6%
  • Other 0.6%