Skip to content

Build Windows

Harshit Mehndiratta edited this page Mar 17, 2023 · 16 revisions

How to build on Windows

Windows 64bit (tested with Windows 11)

  1. Install go for windows from here

  2. Install git bash for windows. Instructions can be found here.

  3. Install TDM-GCC for Windows from here.

  4. Now to build zboxcli on Windows. Open Git Bash and clone repo.

git clone https://github.com/0chain/zboxcli.git
cd zboxcli
make install
  1. Make a .zcn folder and copy config.yaml file that represents the dStorage network.
mkdir $HOME/.zcn
cp network/config.yaml $HOME/.zcn/config.yaml

Type ./zbox and you should see the help list appear!

Clone this wiki locally