Wallet/cordova/readme.md

18 lines
518 B
Markdown
Raw Normal View History

2014-09-08 12:56:06 -03: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``
2014-09-23 12:30:10 -03:00
* Install Copay dependecies: ``bower install && npm install``
2014-09-08 12:56:06 -03:00
## Build the project
2014-09-23 12:30:10 -03:00
$ sh cordova/build.sh [--android]
2014-09-08 12:56:06 -03:00
$ cd cordova/project
$ cordova run android
2014-09-23 12:12:01 -03:00
$ cordova emulate ios
## Build for release
$ cordova build android --release