Automattic / node-canvas

Node canvas is a Cairo backed Canvas implementation for NodeJS.
10.09k stars 1.16k forks source link

Instructions need updating: mingw64_shell.bat #900

Open gentlefox opened 7 years ago

gentlefox commented 7 years ago

Feature

Current instructions are outdated:

/mingw64_shell.bat # gives you a MinGW64 shell

The file mingw64_shell.bat not longer exists. mingw64 is now an argument passed to msys2_shell.cmd, which can be called from the command line as such:

user@computer MSYS /
$  C:\\Windows\\SysWOW64\\cmd.exe /A /Q /C C:\msys64\msys2_shell.cmd -mingw64
chearon commented 7 years ago

Thanks! I think the wiki is open to the public if you want to edit it directly.