-
Notifications
You must be signed in to change notification settings - Fork 41
Installation Instructions for Windows
kaziczeriy edited this page Sep 30, 2018
·
1 revision
Download stable binaries of czero from go-czero-import
- download and install cygwin
- download gcc package in cygwin and install gcc
- git clone czero( this project will be in public state soon! )
- cd czero/build
- cmake ..
- make czero
mkdir sero-cash #just for example
cd sero-cash
git clone https://github.com/sero-cash/go-sero
git clone https://github.com/sero-cash/go-czero-import
Building gero requires the Go compiler:
please download it from golang.org
Finally, build the gero program using the following command.
cd go-sero
make gero
** above commands can be executed in cygwin command line **