wallet-cli icon indicating copy to clipboard operation
wallet-cli copied to clipboard

make install fails

Open vladgardus opened this issue 2 years ago • 1 comments

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

vladgardus avatar Oct 26 '22 12:10 vladgardus

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.

ZER0 avatar Jul 03 '23 14:07 ZER0