You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/06 20:44:05 UTC

[1/2] git commit: Document the new Ubuntu support

Updated Branches:
  refs/heads/master 812950e7d -> 8aaf00c53


Document the new Ubuntu support


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/745907d4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/745907d4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/745907d4

Branch: refs/heads/master
Commit: 745907d427b6c0da3dc5f6d2c9bd5842b3d243cd
Parents: 7b8c156
Author: David Barth <da...@canonical.com>
Authored: Fri Dec 6 16:10:22 2013 +0100
Committer: David Barth <da...@canonical.com>
Committed: Fri Dec 6 16:10:22 2013 +0100

----------------------------------------------------------------------
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/745907d4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b40fe7f..16bea77 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Check out the [Getting Started guides](http://cordova.apache.org/docs/en/edge/gu
 - Android
 - BlackBerry 10
 - iOS
+- Ubuntu
 - Windows Phone 7 &amp; 8
 - Windows 8
 
@@ -77,6 +78,11 @@ Run the following commands:
 
 Now the `cordova` and `plugman` in your path are the local git versions. Don't forget to keep them up to date!
 
+## Installing on Ubuntu
+
+    apt-get install cordova-cli
+
+
 # Getting Started
 
 `cordova-cli` has a single global `create` command that creates new cordova projects into a specified directory. Once you create a project, `cd` into it and you can execute a variety of project-level commands. Completely inspired by git's interface.
@@ -290,3 +296,9 @@ Amazon Fire OS does not include the ability to emulate. You are still able to us
 - `prepare amazon-fireos`
 - `compile amazon-fireos`
 - `build amazon-fireos`
+
+## Ubuntu
+
+To produce a click package for a particular architecture it is necessary to run the cordova development environment on that architecture. In other words, to make a click package for an arhmf phone, the cordova toolchain needs to be installed and run on that same phone.
+
+A future release will let developers cross-compile armhf click packages directly from an x86 desktop.


[2/2] git commit: Merge branch 'readme-ubuntu' of github.com:david-barth-canonical/cordova-cli

Posted by st...@apache.org.
Merge branch 'readme-ubuntu' of github.com:david-barth-canonical/cordova-cli


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/8aaf00c5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/8aaf00c5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/8aaf00c5

Branch: refs/heads/master
Commit: 8aaf00c539774c7343bf718d0d16b87ba416d109
Parents: 812950e 745907d
Author: Steven Gill <st...@gmail.com>
Authored: Fri Dec 6 11:43:55 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Dec 6 11:43:55 2013 -0800

----------------------------------------------------------------------
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------