I'm think it will work. Try to compile scrypt, Visual Studio need just for compile that module
RE: [piston.web] Install a steem GUI on Windows 7
You are viewing a single comment's thread from:
[piston.web] Install a steem GUI on Windows 7
[piston.web] Install a steem GUI on Windows 7
I'm think it will work. Try to compile scrypt, Visual Studio need just for compile that module
I have tried it, won't work with visual studio 2013.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
can u provide a error?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Something like this:
error: Unable to find vcvarsall.bat
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Looks like you need to search that file (
vcvarsall.bat
) and add its' directory to PATH variable.It may have path like
C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat
so you need to add
C:\Program Files\Microsoft Visual Studio 9.0\VC\
to you PATH variable, jast as described in the fifth paragraph (Installing Git)Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit