copay/cordova/readme.md

19 lines
502 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``
2014-09-23 08:30:10 -07:00
* Install Copay dependecies: ``bower install && npm install``
* Install Java-SDK and Apache Ant
2014-09-08 08:56:06 -07:00
## Build the project
2015-01-02 11:48:29 -08:00
$ make [clean] open-ios
OR $ make [clean] android-run
OR $ make [clean] wp8
See Makefile for more targets
2014-09-23 08:12:01 -07:00