update readme to build desktop versions

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-28 11:14:07 -03:00
parent c0b496c7e7
commit aeb48f778d
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Copay NW.js
NW.js (also know as node-webkit) is an app runtime based on `Chromium` and `node.js`. To build desktop native application, Copay uses NW.js.
## Building Copay for OSX, Linux and Windows versions
**Requirements**
- Install NW.js in your system from [nw.js](http://nwjs.io/)
- To build Windows version: `brew install wine`
**Builder**
- Try `grunt desktop` (*)
> (*) Sometimes you can get an gc error (in OSX). Just ignore it and try again.