Quickly

Differences between revisions 27 and 28
Revision 27 as of 2010-07-18 03:22:21
Size: 3617
Editor: 203-97-218-204
Comment:
Revision 28 as of 2011-04-13 14:07:03
Size: 3154
Editor: pool-108-20-74-149
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
$ sudo apt-get install quickly $ sudo apt-get install quickly quickly-ubuntu-template
Line 12: Line 12:
''(This will install quickly-ubuntu-template as well)''
(30 May 2010: in Lucid Lynx you need to install quickly-ubuntu-template explicitly, unless you add quickly via the Ubuntu Software Center, which adds it automatically.)
Line 18: Line 16:
0. Having some basic information (optional) 0. Read the tutorial (optional):
Line 23: Line 21:
(20 May 2010: in Lucid Lynx you need: `quickly tutorial ubuntu-application`)

(18 July 2010: in Kubuntu, if you receive the error "Tutorial command failed", install yelp: `sudo apt-get install yelp`)



1. Create a Ubuntu Project and run the tutorial:
1. Create an Ubuntu project:
Line 33: Line 25:
$ quickly tutorial

quickly-logo.png

Given the richness and variety of the Linux platform, programming on Linux should be easy and fun. However, it's not easy and fun because it is too hard to learn. It is too hard to learn because there are too many choices, and too much information to wade through. Quickly strives to make programming easy and fun by bringing opinionated choices about how to write different kinds of programs to developers. Included is a Ubuntu application template for making applications that integrate smoothly into the Ubuntu software infrastructure.

GTD is easier with GTDQ (Get Things Done Quickly)!

Installation

Quickly is in universe from Ubuntu 9.10 (Karmic):

$ sudo apt-get install quickly quickly-ubuntu-template

How to Get Started

0. Read the tutorial (optional):

$ quickly tutorial ubuntu-application

1. Create an Ubuntu project:

$ quickly create ubuntu-application foo
$ cd foo

When you run this first command (quickly create ubuntu-application foo), a window will pop up telling you you can run quickly design to start editing the default windows and dialogs. If you do this before changing directory to foo (cd foo) you'll get the following error:

No template were found on the command line for command glade.

Candidates template are: ubuntu-application

Aborting.

2. You can also try:

$ quickly edit

$ quickly design

$ quickly run

Use bash completion to get the available commands

3. How to play with package and release:

optional, but recommended to build first your package locally

$ quickly package

BE WARNED: the two following commands will connect to Launchpad. You need to have a Launchpad account and a PPA already created.

For quickly release, you also need a project on Launchpad to which you can bind your work, as well as keys set up:

$ quickly release

or

$ quickly share

Other Resources

Quickly (last edited 2013-01-31 14:12:08 by p5B0CE45A)