lwille / node-gphoto2

A Node.js wrapper for libgphoto2
MIT License
296 stars 91 forks source link

windows support #127

Closed maaqoul closed 4 years ago

maaqoul commented 4 years ago

is there a way i can make my app work on a windows os, how should i go about it ? what should i learn ?

positlabs commented 4 years ago

Have you tried Docker? That would let you run linux on windows

maaqoul commented 4 years ago

is there a resource i can use to learn this ? thank you for your answer !

positlabs commented 4 years ago

https://docs.docker.com/get-started/

maaqoul commented 4 years ago

thank you