1
0
Andrew Chalkley 9 жил өмнө
parent
commit
dfc042d186
1 өөрчлөгдсөн 17 нэмэгдсэн , 0 устгасан
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -12,11 +12,28 @@ EP-12 devices like the Adafruit Huzzah and Adadfruit Feather Huzzah.
 
 ## Run the GUI
 
+### OS X
+
 ```bash
 npm install
 npm start
 ```
 
+### Windows 10
+
+You'll need installed:
+
+* Visual Studio Community Edition (or better) installed with Windows 8/8.1 SDK.
+* Python 2.7
+
+```
+npm install
+del node_modules\serialport\build\Release\serialport.node
+del node_modules\nslog\build\Release\nslog.node
+npm run rebuild
+npm start
+```
+
 -------
 
 ## ROM Communication