wallet-cli
wallet-cli copied to clipboard
make install fails
Describe the bug Cloning the repo and installing the wallet on my PC using the command "make install" fails with the following logs: cargo b --release process_begin: CreateProcess(NULL, cargo b --release, ...) failed. make (e=2): The system cannot find the file specified. make: *** [Makefile:5: build] Error 2
Platform Fill as appropriate
- OS: Windows
It is possible that building on Windows give some issues (especially since make
is not native there); currently in Dusk we do not target Windows as development machine but only as end-user machine (that's why the status is minor
).
Let us know if you have any issue in term of usage of the wallet on Windows!
About the building issue, we'll have a look once the whole wallet is more stable.