From 6cd6211dabe18b75a2e121518a52183d9937d00e Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Tue, 22 Dec 2009 16:01:54 -0800 Subject: [PATCH] Updating README --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 703b8e40..da774fdc 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,25 @@ Pre-requisites * Java JDK 1.5 * Android SDK Package [http://developer.android.com](http://developer.android.com) * Apache ANT (For build script) - * Eclipse (Recommended, not required) -Build from Command Line -------------------------------------------------------------- -ant phonegap_debug or ant phonegap_release +Recommended: +---------------------------------------------------------------- + * Ruby, Rubygems (for build.rb) + * Eclipse (Recommended for back-end debugging, not required) -Getting Started with Eclipse +Getting Started from Command Line +-------------------------------------- +Step 1: cd framework && ant jar +Step 2: In the root directory, run: + +ruby build.rb + +app-name: Name of application without spaces +package name: Java namespace of package ( i.e. com.nitobi.demo) +www-dir: www directory which includes an icon.png file for the icon +path: The path you wish to put your PhoneGap Application + +Using Eclipse with PhoneGap ------------------------------------------------------------- The wiki article to get started with Eclipse can be found at [http://phonegap.pbworks.com/Getting-started-with-Android-PhoneGap-in-Eclipse](http://phonegap.pbworks.com/Getting-started-with-Android-PhoneGap-in-Eclipse) -Android 1.5 ------------------------------------------------------------- -The Android 1.5 Branch contains a 1.5 version of PhoneGap. This should -be used for carriers who do not currently have Android 1.6 or newer devices -offered. - -