support Atom Shell as a runtime #112
Conversation
Does atom-shell support |
Looks like |
I've ask in electron/electron#533 (comment) |
sounds like we are good to go using |
Good. |
When will this be merged in? |
Hard to tell; it's ≈25% complete (one checkbox out of four in my TODO list). |
Just wanted to check in and see if there were any updates on this or if any changes were needed in Atom Shell to support this? |
@kevinsawicki - yes, one more thing is needed to get this off the ground: electron/electron#1022 |
electron/electron#1022 got merged in. Is there anything that I could do to help this along? This would really help the user experience with installing nodegit. |
So, this is a little bit off topic, but are there any mechanisms in place to specify that I need a dependency for use with electron/node-webkit? That is, I need node-sqlite3 but even though I'm running node, eventually it will be launched with node-webkit. Right now, I have to manually install node-sqlite3 with node-webkit options after each nom install. |
@matthewbauer I don't know of any such mechanisms but the idea looks interesting. By the way, what's your best idea of how node-pre-gyp might detect that the package is going to be used in nw.js? It would be easy to detect the |
@voodootikigod - thanks for the writeup at serialport/node-serialport#538. Have been on other projects and had not realized how much of a pain point this missing support has become. Will plan to dig into this next week and get initial "formal" electron support going asap. After I've assessed what remains to be done I'll put a call out for help testing. |
Is there any updates? |
Is there any way supporting you with this PR? |
FYI, PR #175 adds basic support for Electron, so you can at least build the project locally. |
Solved by #175 which has been merged and is included in the |
The following additions have to be implemented to support Atom Shell and fix #110:
README
)Note: this pull request also fixes #111 because is based on its branch.