Codemwnci
Codemwnci

Reputation: 54884

Local Version of PhoneGap Build

One of the great things about PhoneGap Build is that I can upload my code and it automatically generates the necessary files to build for all devices. I am currently trying to build an application that I want to try out quickly, but would rather build locally than via PhoneGap build, but do not want to have to go through the tedium of setting up the relevant SDKs etc.

Are there any alternatives to Build available? I have no issue downloading a huge download, but I am looking for a neat deployment solution, either command line, or using maven or ant to generate the deployment packages? Does anyone know if this is possible?

Upvotes: 2

Views: 561

Answers (1)

rooftop
rooftop

Reputation: 3027

At a minimum you will need all the SDKs for each of the platforms you plan to build and since you have to have a Mac to build iOS applications you will need to ensure you're on a mac, or if you're building Windows Phone or Blackberry apps you'll need to be on Windows. I think the short answer is there's no way to do what PhoneGap build does on a single local system.

Upvotes: 2

Related Questions