Open Damian21214 opened 7 years ago
Thanks for reporting this issue. I'll check it.
The problem may be related to this error message:
/usr/bin/ld: cannot find -lz
I've found solution like that: https://stackoverflow.com/questions/3373995/usr-bin-ld-cannot-find-lz
According to StackOverflow solutions, you can try one of the following fixes inside Ubuntu-like Windows terminal:
sudo apt-get install zlib1g-dev
sudo apt-get install libz-dev
Windows10 -> bash. Unable to perform install: