Installation

Installation von PhoneGap 3.0

Da PhoneGap seit Version 3.0 offiziell Node Packaged Modules nutzt, ist nur ein node.js-Server nötig. Zur Entwicklung muss darüber hinaus das jeweilige Hersteller-SDK für die Plattform installiert sein.


Windows

Nachdem man eine cmd.exe als Administrator gestartet hat:
npm install -g phonegap

OSX
sudo npm install -g phonegap

Updates installiert man in weiterer Folge mittels:
npm update -g phonegap

Installation von cordova 3.0


Windows

Nachdem man eine cmd.exe als Administrator gestartet hat:
npm install -g cordova


OSX

sudo npm install -g cordova

Updates installiert man in weiterer Folge mittels:
npm update -g cordova