I tried to install MySQL and Canvas2D modules on windows 7, but there are linux commands at the build instructions, for example make, and there are some shell scripts too. I’m clueless. I have no idea how to install them on windows 7.
Sorry, I’m not an expert programmer, just a beginner, and I just want to try out nodejs with mysql and canvas2d.
Thanks in advance,
Why not install with
npm?NodeJS comes with Node Package Manager, a simple manager that uses repositories on npmjs. It resolves dependencies, and no building is required.
I also suggest the mysql driver
mysqlinstead ofdb-mysql.I found
mysqlto be easier to use.Other commands you might want to know: