-
Notifications
You must be signed in to change notification settings - Fork 23
Build Windows
Harshit Mehndiratta edited this page Mar 17, 2023
·
16 revisions
Windows 64bit (tested with Windows 11)
-
Install go for windows from here
-
Install git bash for windows. Instructions can be found here.
-
Install TDM-GCC for Windows from here.
-
Now to build zboxcli on Windows. Open Git Bash and clone repo.
git clone https://github.com/0chain/zboxcli.git
cd zboxcli
make install
- 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!