copay/cordova/readme.md

13 lines
383 B
Markdown
Raw Normal View History

2014-09-08 08:56:06 -07:00
# Mobile building
## Requisites
* [Install Android SDK](https://developer.android.com/sdk/installing/index.html?pkg=tools)
* [Install XCode for IOS](https://itunes.apple.com/en/app/xcode/id497799835?mt=12)
* Install Cordova: ``sudo npm install -g cordova``
## Build the project
$ sh cordova/build.sh
$ cd cordova/project
$ cordova run android
$ cordova emulate ios