marcopiraccini / electron-printer

node-printer fork to be used with electron
51 stars 28 forks source link

Details for installing on windows #2

Closed Jdash99 closed 8 years ago

Jdash99 commented 8 years ago

Can you give me a more detailed explanation of how to install this module.

This is the actual explanation:

Use a Windows 7 on x64. Install Visual Studio (2013 is OK on Windows 7) and Python 2.7.x Always specify the VisualStudio version using --msvs_version=xxxx, foor instancenpm i --msvs_version=2013

Release using npm run release-win --msvs_version=2013 (x64) or npm run release-win-ia32 --msvs_version=2013 (ia32)

I have these questions:

These are basics questions, but i'm clueless right now...

Thanks for the help

marcopiraccini commented 8 years ago

The purpose of this module is to NOT build it locally. If you can do that, you can use directly the node-printer module. Simply use npm install electron-printer --save

Jdash99 commented 8 years ago

OK thank you, I was able to use the node-printer module after all.