-
Notifications
You must be signed in to change notification settings - Fork 68
Windows/Mac Installer and Easy Start #135
Comments
See also #108. From that thread: Here is an easy short term solution to having an easy way to start LaserWeb within Windows until Peter can create a permanent elegant solution. Enter the following text into Notepad cd c:\laserweb3 (change this line to whatever the install path is) Save as filename "LW.cmd" and file type as "all types" I save this to my desktop, and when I want to start LaserWeb I just double click the LW.cmd file For installing under Windows you can now use NPM install. It is documented at: From @openhardwarecoza: |
What about packaging and delivering the app with Electron? Overkill? I believe using Electron will also solve the webcam not working on Mac Safari problem, because then the app is forced running on Chromium. If there are no obvious objections, I think I'll start tackling this with Electron pretty soon. |
Node serialport and Electron doesnt play too nicely together, or so I have On Sep 30, 2016 1:47 PM, "copet80" [email protected] wrote:
|
Sure that'd be worth trying. What'd be the best way to test the serialport? Connect it to Arduino? Or is it better to test with a LaserWeb compatible hardware? |
You can test an arduino running Grbl (: On Sep 30, 2016 2:45 PM, "copet80" [email protected] wrote:
|
No problem. I assume this library suffices? |
Yip, or the precompiled hex uploaded using xloader or avrdude. Either is On Sep 30, 2016 2:49 PM, "copet80" [email protected] wrote:
|
One thing to consider pretty soon is the certificate signing for Mac OSX. The below article is a bit old but should give an indicator on the process involved. Having said this, have you got any prior experience on this? |
Windows / Mac installer
Easy installer for Windows and OSX.
Easy Windows / Mac program execution
Easy way to start LW3 within Windows and OSX.
The text was updated successfully, but these errors were encountered: