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/12 23:18:19 UTC

[1/5] git commit: ubuntu install instructions update

Updated Branches:
  refs/heads/master e836b0575 -> 5618fb00b


ubuntu install instructions update


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

Branch: refs/heads/master
Commit: 748cae7cedff1efd914afda2a260974d7f70b512
Parents: 29c490a
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 12 23:05:06 2013 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 12 23:05:06 2013 +0100

----------------------------------------------------------------------
 README.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/748cae7c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 16bea77..a85cfc7 100644
--- a/README.md
+++ b/README.md
@@ -55,8 +55,19 @@ Please note that some platforms have OS restrictions.  For example, you cannot b
 
 # Install
 
+Ubuntu packages are available in a PPA for the current Ubuntu 13.10 (Saucy) release, as well as the upcoming 14.04 (Trusty) version.
+
+    sudo apt-add-repository ppa:cordova-ubuntu/ppa
+    sudo apt-get update
+    sudo apt-get install cordova-cli
     npm install -g cordova
 
+To build an application for the Ubuntu platform, the following extra dependencies are required:
+
+    sudo apt-get install nodejs-legacy npm
+    sudo apt-get install cmake debhelper libx11-dev libicu-dev pkg-config qtbase5-dev qtchooser qtdeclarative5-dev qtfeedback5-dev qtlocation5-dev qtmultimedia5-dev qtpim5-dev qtsensors5-dev qtsystems5-dev
+
+
 ## Installing from master
 
 You'll need to install both [CLI](https://git-wip-us.apache.org/repos/asf/cordova-cli.git) and [Plugman](https://git-wip-us.apache.org/repos/asf/cordova-plugman.git) from `git`. Running the *npm version* of one and *(git) master version* of the other is likely to end with you suffering.
@@ -299,6 +310,6 @@ Amazon Fire OS does not include the ability to emulate. You are still able to us
 
 ## 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.
+The initial release of cordova-ubuntu does not support building applications for armhf devices automatically. It is possible to produce applications and click packages in a few steps though.
 
-A future release will let developers cross-compile armhf click packages directly from an x86 desktop.
+This bug report documents the issue and solutions for it: https://bugs.launchpad.net/ubuntu/+source/cordova-ubuntu/+bug/1260500 A future release will let developers cross-compile armhf click packages directly from an x86 desktop.


[2/5] git commit: ubuntu install instructions update

Posted by st...@apache.org.
ubuntu install instructions update


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

Branch: refs/heads/master
Commit: 3950d1ca2c83c5800e323581caa1b321abd5efbe
Parents: 748cae7
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 12 23:11:45 2013 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 12 23:11:45 2013 +0100

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3950d1ca/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a85cfc7..200024d 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Please note that some platforms have OS restrictions.  For example, you cannot b
 
 # Install
 
-Ubuntu packages are available in a PPA for the current Ubuntu 13.10 (Saucy) release, as well as the upcoming 14.04 (Trusty) version.
+Ubuntu packages are available in a PPA for Ubuntu 13.10 (Saucy) (the current release) as well as 14.04 (Trusty) (under development).
 
     sudo apt-add-repository ppa:cordova-ubuntu/ppa
     sudo apt-get update


[3/5] git commit: ubuntu install instructions update

Posted by st...@apache.org.
ubuntu install instructions update


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

Branch: refs/heads/master
Commit: f7d0e618fed82602a44cbe5ee3d00eaa79f7d448
Parents: 3950d1c
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 12 23:13:23 2013 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 12 23:13:23 2013 +0100

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/f7d0e618/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 200024d..a07dfe3 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Ubuntu packages are available in a PPA for Ubuntu 13.10 (Saucy) (the current rel
     sudo apt-get install cordova-cli
     npm install -g cordova
 
-To build an application for the Ubuntu platform, the following extra dependencies are required:
+To build an application for the Ubuntu platform, the following extra packages are required:
 
     sudo apt-get install nodejs-legacy npm
     sudo apt-get install cmake debhelper libx11-dev libicu-dev pkg-config qtbase5-dev qtchooser qtdeclarative5-dev qtfeedback5-dev qtlocation5-dev qtmultimedia5-dev qtpim5-dev qtsensors5-dev qtsystems5-dev


[4/5] git commit: ubuntu install instructions update (bis repetitam)

Posted by st...@apache.org.
ubuntu install instructions update (bis repetitam)


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

Branch: refs/heads/master
Commit: 8ba9eaa5b5ca0559ed019c5939fdf92c74e5e156
Parents: f7d0e61
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 12 23:17:59 2013 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 12 23:17:59 2013 +0100

----------------------------------------------------------------------
 README.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/8ba9eaa5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a07dfe3..536ecbe 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,6 @@ Ubuntu packages are available in a PPA for Ubuntu 13.10 (Saucy) (the current rel
 
 To build an application for the Ubuntu platform, the following extra packages are required:
 
-    sudo apt-get install nodejs-legacy npm
     sudo apt-get install cmake debhelper libx11-dev libicu-dev pkg-config qtbase5-dev qtchooser qtdeclarative5-dev qtfeedback5-dev qtlocation5-dev qtmultimedia5-dev qtpim5-dev qtsensors5-dev qtsystems5-dev
 
 


[5/5] 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/5618fb00
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/5618fb00
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/5618fb00

Branch: refs/heads/master
Commit: 5618fb00b5a8f5112e9b20ea85cb08070edfb055
Parents: e836b05 8ba9eaa
Author: Steven Gill <st...@gmail.com>
Authored: Thu Dec 12 14:18:09 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Dec 12 14:18:09 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/5618fb00/README.md
----------------------------------------------------------------------