mattcollier / noxious

A secure, decentralized, and anonymous instant messaging client built on Electron
MIT License
25 stars 0 forks source link

Feature Request - Add precompiled binaries for ursa native binary #8

Closed diblasio closed 9 years ago

diblasio commented 9 years ago

Here's a reference on how this could be done.

https://github.com/mapbox/node-sqlite3/issues/67

mattcollier commented 9 years ago

For windows at least, we could install atom-shell and other dependencies with something like NSIS

http://nsis.sourceforge.net/Main_Page

We'd include atom-shell, the openssl binaries (or their installer), and our package built against the included version of atom-shell.

Atom-shell binaries are already being released outside of the NPM system. https://github.com/atom/atom-shell/releases

mattcollier commented 9 years ago

No longer an issue since ursa dependency has been removed.