Skip to content

Installation Instructions for Windows

kaziczeriy edited this page Sep 30, 2018 · 1 revision

Installation instructions for Windows

Download stable binaries of czero from go-czero-import

Source

Compiling czero with tools in cygwin

  1. download and install cygwin
  2. download gcc package in cygwin and install gcc
  3. git clone czero( this project will be in public state soon! )
  4. cd czero/build
  5. cmake ..
  6. make czero

build

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 **