The http://developer.ubuntu.com/get-started/gomobile/ currently tells us (13.04 users) to do:
sudo apt-get update && sudo apt-get install ubuntu-sdk && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-qt-creator-plugins It would be much nicer (and better readable) to compress this to: sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk ubuntu-qt-creator-plugins [remove the first "update" and merge the "install"s] Kind regards Simon
0x7CA11280.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp