From aeb48f778df253979bc501f2e2d1e9a18f420f81 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 28 May 2015 11:14:07 -0300 Subject: [PATCH] update readme to build desktop versions --- webkitbuilds/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/webkitbuilds/README.md b/webkitbuilds/README.md index e69de29bb..08dc1427a 100644 --- a/webkitbuilds/README.md +++ b/webkitbuilds/README.md @@ -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. +